Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion list problem when using note #194

Closed
wduminy opened this issue Feb 14, 2019 · 1 comment
Closed

Suggestion list problem when using note #194

wduminy opened this issue Feb 14, 2019 · 1 comment

Comments

@wduminy
Copy link

wduminy commented Feb 14, 2019

The note keyword seems to break the suggestion list. I noticed this problem on version 2.10.3.

To reproduce, use this snippet:

@startuml class_diagram 

note "add some note" as note123

package package1 {
	class Hello1
}

He
@enduml

Now go to the last line and type l. You would expect to see the word Hello1 in the suggestion list, but it is not there.

If you remove the note line and do the same thing, Hello1 is displayed in the suggestion list.

@startuml class_diagram 

package package1 {
	class Hello1
}

He
@enduml

By the way: thank you for developing this excellent extension!

@qjebbs
Copy link
Owner

qjebbs commented Feb 14, 2019

My intention is to keep the note texts out from the suggestion, but plantuml syntax is so flexible that with simple rules, I cannot exactly tell the kind of a code block.

So it may be better, to let note texts appears in the the suggestion list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants