-
Notifications
You must be signed in to change notification settings - Fork 8
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
Importing from node_modules/@types is broken #30
Comments
Please take a look into the dev console for any error outputs and paste in here. |
file: 'file:///Users/iyegoroff/Documents/dev/js/ts-test/test.ts' |
Please provide a sample project. |
https://github.com/iyegoroff/ts-importer-bug Autoimporting works only for ts-importer symbols
|
This is currently not implemented. See Todo section: Follow up /// declarations Those can just be imported if a import statement exists in any ts file |
So have this is implemented now? |
No ... |
If
tsimporter.preferRelative
istrue
import statement is not being added automatically when selecting symbol from drop-down menu.The text was updated successfully, but these errors were encountered: