PathIntellisense icon indicating copy to clipboard operation
PathIntellisense copied to clipboard

support for specific extension adding

Open geddski opened this issue 7 years ago • 3 comments

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.

geddski avatar Mar 22 '17 17:03 geddski

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?

ChristianKohler avatar May 08 '17 09:05 ChristianKohler

It would be awesome if the plugin treated .js and .jsx files the same!

ghost avatar Aug 23 '17 04:08 ghost

What do we have to do to make this happen? for react development, this is really a must have

JaccoGoris avatar Nov 27 '18 13:11 JaccoGoris