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
Originally posted by BerniProgrammer June 11, 2024
I really love this plugin. Keep up the work!
There are only minor flaws that bother me from time to time.
When working with bigger projects I setup some custom environments for listings, that set the caption and label for the listing through parameters of the environement.
(I think warning supression for environments is something for another day ^^)
The problem then is, that the label string is not considered for autocompletion.
I did not find any documentation that showed a feature for this.
I am aware that it could be very tricky to implement an automated detection for such a feature as the syntax can differ for custom environments.
But I could imagine some sort of comment hint for the plugin when defining a new environment. Or globally for any environment with a given name.
e.g. %lblhint env java #2
All in all this kind of feature could improve the correctness of warnings and errors.
The text was updated successfully, but these errors were encountered:
Discussed in #3579
Originally posted by BerniProgrammer June 11, 2024
I really love this plugin. Keep up the work!
There are only minor flaws that bother me from time to time.
When working with bigger projects I setup some custom environments for listings, that set the caption and label for the listing through parameters of the environement.
Something like this:
the use of it would look like this.
(I think warning supression for environments is something for another day ^^)
The problem then is, that the label string is not considered for autocompletion.
I did not find any documentation that showed a feature for this.
I am aware that it could be very tricky to implement an automated detection for such a feature as the syntax can differ for custom environments.
But I could imagine some sort of comment hint for the plugin when defining a new environment. Or globally for any environment with a given name.
e.g.
%lblhint env java #2
All in all this kind of feature could improve the correctness of warnings and errors.
The text was updated successfully, but these errors were encountered: