vscode-js-import icon indicating copy to clipboard operation
vscode-js-import copied to clipboard

intelligent and fast import extension for js or ts in vscode

Results 14 vscode-js-import issues
Sort by recently updated
recently updated
newest added

Issue Type: Bug With extension enabled, VS Code Git Features take ages to load (The statusbar will not update with the branch and sync details for a considerable time while...

When I use the plug-in in a Vue single file. I got the following results. ![image](https://user-images.githubusercontent.com/23536402/100959963-55569b00-355a-11eb-968d-db2c0823e28f.png)

- Issue Type: `Bug` - Extension Name: `vscode-js-import` - Extension Version: `0.15.5` - OS Version: `Darwin x64 18.7.0` - VSCode version: `1.46.1` :warning: We have written the needed data into...

- Issue Type: `Bug` - Extension Name: `vscode-js-import` - Extension Version: `0.15.5` - OS Version: `Darwin x64 18.7.0` - VSCode version: `1.37.0` :warning: We have written the needed data into...

There is a way to avoid doing that ? ```{ "javascript.updateImportsOnFileMove.enabled": "always", "javascript.preferences.importModuleSpecifier": "non-relative", "js-import.root": "/src", "js-import.alias": { "app/components": "/src/components", "app/styles": "/src/styles", "app/screens": "/src/screens", "app/images": "/src/images", "app/configs": "/src/configs", "app/hooks": "/src/hooks",...

Hi, and first all, thanks a lot for this extension! For some reason it seems that vs code can't do this right... I know it's in your todo list, but...

Could you add file extensions? For example: now: import { randomRange } from "../shared/functions/calculus" want: import { randomRange } from "../shared/functions/calculus.mjs" ![image](https://user-images.githubusercontent.com/60991890/74388835-b612bc80-4dfc-11ea-90cd-3df559f5d3a3.png)

This adds support for automatically importing flow types Fixes #12

Hi, thanks for building this extension, it is very useful, just one feature is missing Importing Flow types, e.g. in `actionTypes.js`: ``` export type TRequestAction = { type: string, params:...