- create new console project
- npm install async
- type code in editor
var async = require('async')
async.all
- F12 on 'all', and go to definition. (takes you to right place in async.js)
- save, close, and reopen project
- 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
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