You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this plugin, my team and I really appreciate the Intellisense features that the plugin gives us to predict participant names for example when authoring a sequence diagram.
However based on our testing, we cannot get such prediction to work when the participants are declared in an external file and included.
I believe my workspace is setup correctly, the preview returns with the 'declared name' fine.
Behaviours
Expected
Feature: IntelliSense/Intelligent predictionScenario: Predict a participant name for a sequence diagram where participant is declared in an included fileGiven I have a participant declared `participant "Service" as SRV`
And that participant is declared in an external file
And I have the PlantUML plugin installed
And I have the `includepaths` setting declared
When I type `S` into VS Code
Then Intellisense should return `SRV` as an option in the prediction
Actual
Feature: IntelliSense/Intelligent predictionScenario: Predict a participant name for a sequence diagram where participant is declared in an included fileGiven I have a participant declared `participant "Service" as SRV`
And that participant is declared in an external file
And I have the PlantUML plugin installed
And I have the `includepaths` setting declared
When I type `S` into VS Code
Then Intellisense does not return the prediction for SRV
We have a series of sequence diagrams describing a complicated feature, we want to break those down into smaller segments with fewer participants and fewer activities; we don't want to have to re-declare the same participant list across all our diagrams. This has the additional benefit of us being able to rename a participant display name, order or grouping once and have it update across all our diagrams in seconds.
The text was updated successfully, but these errors were encountered:
Summary of defect
When using this plugin, my team and I really appreciate the Intellisense features that the plugin gives us to predict participant names for example when authoring a sequence diagram.
However based on our testing, we cannot get such prediction to work when the participants are declared in an external file and included.
I believe my workspace is setup correctly, the preview returns with the 'declared name' fine.
Behaviours
Expected
Actual
Reproducability
Files as follows
VS Code Settings
common/common_segments.puml
diagrams/my_sequence_diagram.puml
Use case
You might ask, why are we doing this?
We have a series of sequence diagrams describing a complicated feature, we want to break those down into smaller segments with fewer participants and fewer activities; we don't want to have to re-declare the same participant list across all our diagrams. This has the additional benefit of us being able to rename a participant display name, order or grouping once and have it update across all our diagrams in seconds.
The text was updated successfully, but these errors were encountered: