PathIntellisense
PathIntellisense copied to clipboard
Add extensionOnExport setting
It would be great to have the option of preventing the extension from being included when exporting a module.
For instance:
export * from './Example.ts'
Right now the extension is included in the auto completion provided for exports like this.