-
-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Hi,
When I create a new tab and save it as an empty .as file, I have to wait a long time (about 30 seconds or more) before code completion finishes loading and works again.
A similar problem occurs when I remove an .as file. Sometimes the issue is more serious: if the removed file contains errors, those errors remain in the PROBLEMS tab, and I have to restart VS Code to clear them.
If I edit multiple classes at once via search/replace, I have to wait several minutes. In this case, restarting the language server is faster.
I don’t think these are critical problems, but I’m building libraries and often create, remove, and edit many classes. In these situations, I end up coding without the help of code completion while waiting for it to load — and even snippets are unavailable during that time.
Please consider improving these behaviors if you think they are genuine issues.
Thank you!