-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable squiggles when coding #494
Comments
I have to say this is much more annoying than I expected. Didn't realize there were warning yellow squiggles too. I'm surprised no one else is bothered by this since it goes through all my code snippets and informs me they're incorrect. They're just code snippets with an ahk extension, should probably change them to a .txt then. Most of the errors are actually incorrect. If I have one main script, and two includes. A and B, if in file A I use a function from file B, this would be correct. Yellow namespacing errors can't be conclusive due to the convex nature of AHK includes. As a followup you seem to have included autocomplete, and because you haven't verified the function list for correctness, typing part of a function and Since this extension is now actively trying to sabotage me, I'll have to uninstall. |
Hopefully my comment didn't sound mean! It's hard to program when my keystrokes and what appears on screen are different. Thanks for updating the extension. 🙂 |
No worries, I have thick skin @iseahound and I know it's nothing personal :)
This is very true! It's provided by this line of code and I should be able to configure a setting to disable this :) |
Thanks for the reports, @iseahound, I hope you'll watch for updates and consider re-installing :) |
Is your feature request related to a problem? Please describe.
Squiggles are distracting when I'm coding
Describe the solution you'd like
Use a command to show errors, but not squiggles
Describe alternatives you've considered
Not using the extension, disabling warnings
Additional context
From @iseahound on Discord: https://discord.com/channels/115993023636176902/482610538350903309/1280285045571190785
The text was updated successfully, but these errors were encountered: