FeaturesWhen copying and pasting code between files, this extension will attempt to add new imports the file you are pasting into. Known IssuesRelease Notes1.0.0Update extension to work with vscode version 1.79.0+ 0.1.5Fix for projects that don't have a tsconfig.json. 0.1.3Add formatting preferences: 0.1.2Support es6 style imports when copying and pasting between JavaScript files 0.1.1Fix relative paths in Windows. 0.1.0Added the ability to use classic module resolution for relative imports. This will create new import statements relative to the project's tsconfig.json. To enable, update your user preferences to have: 0.0.11Add imports to exisitng import statements if possible. 0.0.10Added support for exported functions. 0.0.9Fix bug with finding the position of the end of the last import. 0.0.8Add extension icon 0.0.7Add default key bindings for mac 0.0.5Add support for exported interfaces, enums, type aliases, and modules 0.0.4Auto import exported names from the file you copied from. 0.0.3Add a newline after the last inserted import statement. 0.0.2Added the ability to work with cut. Combine new imports from the same module into one statement. 0.0.1Initial release of Copy With Imports |