Skip to content
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

Is there any way to set NODE_PATH for IntelliSense? #74

Closed
S-ed opened this issue Apr 22, 2015 · 1 comment
Closed

Is there any way to set NODE_PATH for IntelliSense? #74

S-ed opened this issue Apr 22, 2015 · 1 comment

Comments

@S-ed
Copy link

S-ed commented Apr 22, 2015

Greetings.
Node for VS looks promising but seems there are no way to make IntelliSense show external dependencies linked by "set NODE_PATH".
All the environment variables in project seems be set on the launch.

@mousetraps mousetraps added this to the July milestone May 28, 2015
@mousetraps mousetraps modified the milestone: July Jun 22, 2015
@mousetraps mousetraps modified the milestone: Future Sep 24, 2015
@mjbvz mjbvz added the external label May 5, 2016
@mjbvz
Copy link
Contributor

mjbvz commented May 5, 2016

We are moving towards a modern Intellisense experience based on Typescript/Salsa: microsoft/TypeScript#4789 You can try this out currently with NTVS 1.2 Alpha using the "ES6 Intellisense Preview" intellisense level.

I don't believe that this new experience will be able to pick up IntelliSense information from outside of a local project using NODE_PATH either. I recommend either installing the required NPM modules locally or globally as those the use cases we are targeting.

Please give ES6 Preview Intellisense and NTVS 1.2 a try and report any issues you run into. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants