arma-intellij-plugin
arma-intellij-plugin copied to clipboard
Error Detection, Skipp check for line "breakpoint"
Plugin Version
1.0.7
Summary
Feature-request: Fix or workaorund for only highlighting one error at a time.
Detail
bla bla; // 1
blub blub; // 2
1 gets shown as error.
2 doesen't get highlighted until 1 is fixed.
Variable highlighting for code below is also not working.
there are edgecases but this is an essential problem with macros becasue in some usecases, macros can look like errors even though they aren't. Commenting them out just to be able to use the plugin again for that file is kind of not awesome!
A breakpoint like thing that skips error detection for the line would be an awesome workaround.
This is apparently a difficult issue to fix. I've made this issue a high priority to fix and hopefully will have it fixed by the next release. :)