ts-importer icon indicating copy to clipboard operation
ts-importer copied to clipboard

Results 19 ts-importer issues
Sort by recently updated
recently updated
newest added

If `tsimporter.preferRelative` is `true` import statement is not being added automatically when selecting symbol from drop-down menu.

Great plugin! Given a file with no imports something like: ``` // Copyright 2017 Some company const x = "foo"; ``` If I let the plugin automatically import a type,...

When I am at the top of a .ts file where all the imports are and I want to import a new component manually, for example `AppComponent`, I type "import...

Organizing imports would be a perfect feature. Please take a look how it's done in Typescript Hero https://github.com/buehler/typescript-hero In short. The sequence of the groups located in settings to workspace,...

I can't exactly figure out why this might be happening, but I have a specific export at the end of a file that sets up a logger that looks like...

Version: 1.86.2 (Universal) Commit: 903b1e9d8990623e3d7da1df3d33db3e42d80eda Date: 2024-02-13T19:42:13.651Z Electron: 27.2.3 ElectronBuildId: 26908389 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Darwin x64 23.3.0 ![Screenshot 2024-02-26 at 11 01 30 AM](https://github.com/pmneo/ts-importer/assets/12297503/e10347f2-05ce-4831-be2e-8d21203dc093)

In a react app, install the package @lexical and there should be a subcomponent called @lexical/markdown. Go to a TSX file and press CTL + SPACE (or whatever keystroke opens...

I have this in the `settings.json`: ```json { "tsimporter.filesToExclude": [ "./build/**", "./cjs/**", "./esm/**" ], } ``` I have also tried: ```json { "tsimporter.filesToExclude": [ "**/build/**", "**/cjs/**", "**/esm/**" ], } ```...

when the `moduleResolution` is `Node16` or `NodeNext`, for relative files.