-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Feature request: recognize modules within an npm package #12243
Comments
From @ffxsam on August 31, 2016 7:20 JavaScript. |
This is a valid feature request. Thank you @ffxsam! |
From @ffxsam on August 31, 2016 16:46 You bet! I come from using WebStorm, which admittedly has probably the best JS code formatting and autocompletion I've seen.. but it suffers from huge bloat, and so I started looking for something more lightweight. VS Code is super impressive so far! |
@ffxsam can you send me an email? I'm working on the gaps between VS Code and WebStorm and would love to get your feedback in a short 20 minute user interview. |
@mhegazy I believe this should be reopened. This is a different scenario then #7849 and will not be covered. #7849 is to auto add the imports. This is to receive intellisense for the modules within an npm package. The user scenario where this is valid is with the popular material-ui library. They have lots and lots of modules in each package. Not having IntelliSense is quite a pain. WebStorm will provide IntelliSense for the modules. |
From @ffxsam on August 31, 2016 2:21
It would be awesome if VS Code could do what WebStorm does:
If I have the following:
and I start typing "Table" in the braces, it can see inside the Material UI package and suggest a list of modules (
Table
,TableBody
, etc).Copied from original issue: microsoft/vscode#11268
The text was updated successfully, but these errors were encountered: