-
Notifications
You must be signed in to change notification settings - Fork 359
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
intellisense disappears after closing VS when there is an incomplete statement in editor #63
Comments
Incomplete code only breaks built-in node module intellisense. User loaded modules still have the intellisense. So codeplex #1963 is indeed not fixed. The current bug was partially fixed. |
I cannot reproduce this bug using the latest build. Both the intellisense and navigation to definition works fine when I reopen the project. Env: |
Did you try reproducing this issue? It turns out they were actually separate. |
@mousetraps I can repro that one. Looking into it. |
@mousetraps I found out that the problem might be the |
incomplete statement in the editor - Fixes an issue where we were we were inadvertently unloading built-in modules from analysis in some scenarios.
Fix #63 IntelliSense disappears after closing VS when there is an
This issue doesn't seem to occur if the statement is complete
We fixed it earlier, but looks like it's back :( https://nodejstools.codeplex.com/workitem/1706
more discussion: https://nodejstools.codeplex.com/workitem/1963
The text was updated successfully, but these errors were encountered: