again about vscode auto import extension. #3885
Unanswered
magic-thomas
asked this question in
Help
Replies: 1 comment 4 replies
-
Hey @magic-thomas! 👋🏻 Ensure your editor is correctly installed, and TypeScript Language Server is activated. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made User User Model / User Factory
for example in routes.ts
I can automatically insert 'import User from 'App/Models/User' with cursor on 'User' with 'typescript importer' extension.
But I can not import UserFactory with namespace automatically.
It says
no importable symbols found!
auto importing function is very important for fast typing.
Can somebody help me ?
Beta Was this translation helpful? Give feedback.
All reactions