kayler-renslow / arma-intellij-plugin

A plugin for Intellij IDEA that allows for syntactical analysis, code inspections, and other nifty features for the SQF scripting language in Arma 3.
MIT License
41 stars 10 forks source link

Error Detection, Skipp check for line "breakpoint" #39

Open Ragebone opened 7 years ago

Ragebone commented 7 years ago

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.

kayler-renslow commented 7 years ago

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