copy-with-imports
copy-with-imports copied to clipboard
Feature request: file extension in import statement
Hi!
First of all, thanks for creating this extension. It works well!
In my setup, I’m using file extensions in my import statements. It would be nice if this could be detected (via "allowImportingTsExtensions": true in tsconfig.json), or if there would be a setting to get the same effect. The import/extensions rule from eslint-plugin-import is not autofixable, unfortunately, so I have to manually fix the auto-inserted imports.
I’m happy to give it a look if you agree with this suggestion and if I can get some pointers, but I’m not familiar with the codebase.