-
Notifications
You must be signed in to change notification settings - Fork 31k
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
"paths" in jsconfig does not affect intellisense #32185
Comments
Looks like the suggest part is related to microsoft/TypeScript#14282 . If you manually type out the path, and then run Also, just want to make sure your actual |
I'm seeing the same issue, no file/folder suggestions for paths set up in jsconfig. However for me |
The same issue here. It doesn't autocomplete neither the path nor the modules exported inside the file. |
@Rauttis The suggestions issue for @jeffijoe Can you try with VSCode 1.17. If it still isn't working, two more things to try:
|
@mjbvz I am on the latest and greatest stable VS Code 1.17 😄
|
Try using:
in your |
@mjbvz that seems to get relative path intellisense working, but not the path aliases. |
Sounds like microsoft/TypeScript#14282 The intellisense from the imported modules still should work, the path suggestions for paths are just incorrect. Is that what you see? |
When I invoke Intellisense while inside the path string in the import statement, it takes like 10 secs of loading, then I only see node_modules paths. Sometimes it shows the path keys from the jsconfig, for example “components/*”. Does that help? |
Yes the intellisense bug is microsoft/TypeScript#14282 / microsoft/TypeScript#19113 The performance issue was microsoft/TypeScript#16329 . It should be fixed in TypeScript 2.6 which is included in the current VS Code insiders builds. Please try this out and let me know if you still see the performance problems |
@mjbvz why typescript if he uses js? I have the same problem too on 1.18.0-insider |
(2 theme extensions excluded)
Steps to Reproduce:
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: