soates / Auto-Import

vscode extension that will automatically finds, parses and provides code actions for all available imports. Only currently works with files in your folder and TypeScript.
MIT License
164 stars 62 forks source link

always say scanning.. #102

Open ashadnasim52 opened 4 years ago

ashadnasim52 commented 4 years ago

I love this extension but in my fresh install of vs code, it does not work

It always gives the status of scanning in the status bar (at the bottom one).

image

I am using a lot of extensions for other works also.

thanks

kulttuuri commented 4 years ago

Same problem.

dzpt commented 4 years ago

same issue

ziishaned commented 4 years ago

I am also having the same problem.

Version: 1.40.1
Commit: 8795a9889db74563ddd43eb0a897a2384129a619
Date: 2019-11-13T16:47:44.719Z
Electron: 6.1.2
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Darwin x64 19.0.0
ziishaned commented 4 years ago

I fixed the issue by installing react typing packages.

npm install @types/react @types/react-dom --dev
singleseeker commented 3 years ago

Any update?