PathIntellisense
PathIntellisense copied to clipboard
support for specific extension adding
The "path-intellisense.extensionOnImport": true
option is nice but it would be better if we could specify which extensions to remove. For example I do want the extension for most file types I use but not for .js
or .jsx
extensions.
Usually you can only remove the extension if the extensions of both files match. I don't see a case where you would import a css file into a js and remove the extension. There is one exception which is .js/.jsx and .ts/.tsx. Would it help if the plugin handles js and jsx files the same way?
It would be awesome if the plugin treated .js and .jsx files the same!
What do we have to do to make this happen? for react development, this is really a must have