Skip to content

intellisense disappears after closing VS when there is an incomplete statement in editor #63

@mousetraps

Description

@mousetraps
  1. create new console project
  2. npm install async
  3. type code in editor
var async = require('async')
async.all
  1. F12 on 'all', and go to definition. (takes you to right place in async.js)
  2. save, close, and reopen project
  3. F12 on 'all' - doesn't work... instead pops up this dialog:
---------------------------
Node.js Tools for Visual Studio
---------------------------
Cannot go to definition "async.all"
---------------------------
OK   
---------------------------
And intellisense is completely borked until you delete the .dat file and reload the project. 

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions