Visual Studio 2013 with:
- Resharper 8.2
- Node.js tools
- Web essentials
From what I gather from the node.js tools site, I should be getting intellisense.
However when editing javascript in a node.js project I get strange intellisense which suggests all sort of irrelevant stuff. It doesn't have any useful intellisense for node, and does things like autopletes require
as required
which is extremely annoying as I have to hit escape to stop it from changing it, I sometimes miss it and this causes a runtime error.
It gives me intellisense for my own code within the project, but very little else.
I read this, with some hope:
However, if I disable Resharper intellisense for js files, rather than it deferring to Visual Studio/node.js tools I get no intellisense at all. I'm doing this at the moment because nothing is better than having the require
-> required
issue.
Have been unable to find anything useful in Google or on StackOverflow.
Visual Studio 2013 with:
- Resharper 8.2
- Node.js tools
- Web essentials
From what I gather from the node.js tools site, I should be getting intellisense.
However when editing javascript in a node.js project I get strange intellisense which suggests all sort of irrelevant stuff. It doesn't have any useful intellisense for node, and does things like autopletes require
as required
which is extremely annoying as I have to hit escape to stop it from changing it, I sometimes miss it and this causes a runtime error.
It gives me intellisense for my own code within the project, but very little else.
I read this, with some hope:
https://nodejstools.codeplex./workitem/562
However, if I disable Resharper intellisense for js files, rather than it deferring to Visual Studio/node.js tools I get no intellisense at all. I'm doing this at the moment because nothing is better than having the require
-> required
issue.
Have been unable to find anything useful in Google or on StackOverflow.
Share Improve this question edited May 15, 2014 at 2:55 Pavel Minaev 102k27 gold badges221 silver badges293 bronze badges asked Apr 23, 2014 at 3:31 nrknnrkn 1,9023 gold badges16 silver badges24 bronze badges1 Answer
Reset to default 6If you disable ReSharper's code pletion, you also need to make sure Visual Studio's is enabled. Go to Tools -> Options -> Text Editor -> Node.js and look for the "Statement pletion" check boxes.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745159569a4614329.html
评论列表(0条)