BowlerHatLLC / vscode-as3mxml

ActionScript & MXML language extension for Visual Studio Code. Develop apps for Adobe AIR, Adobe Flash Player, or Apache Royale.
https://as3mxml.com/
Apache License 2.0
256 stars 39 forks source link

Disable real-time error checking for large file #677

Open ylazy opened 1 year ago

ylazy commented 1 year ago

I have a class with over 15k lines of code. It leads to slow performance (long delay for displaying code complete or signature help). It would be better if I could disable real-time error checking for files with the line count is greater than a specified number. Please consider adding this config. Thank you!