We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Executing plantuml from the command line gives me the line where an error happened, for example:
$ plantuml -tutxt ./test.puml Error line 74 in file: ./test.puml Some diagram description contains errors
Using this plugin, if the plantuml source has some mistakes, nothing happens.
some text Error line 74`` is appended before the @startuml, and typing :copengets me to the line74`.
Error line 74`` is appended before the
, and typing
gets me to the line
Best,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Executing plantuml from the command line gives me the line where an error happened, for example:
Actual
Using this plugin, if the plantuml source has some mistakes, nothing happens.
Expected
some text
Error line 74`` is appended before the
@startuml, and typing
:copengets me to the line
74`.Best,
The text was updated successfully, but these errors were encountered: