arma-intellij-plugin icon indicating copy to clipboard operation
arma-intellij-plugin copied to clipboard

Error Detection, Skipp check for line "breakpoint"

Open Ragebone opened this issue 8 years ago • 1 comments

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.

Ragebone avatar Feb 10 '17 19:02 Ragebone

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. :)

kayler-renslow avatar Mar 04 '17 20:03 kayler-renslow