Jump to the imports statement to add a new import in one input!
Press Alt + Shift + Y on Windows and Linux or Shift + Option + Y on MacOs and land on the end of the imports statement
You can also add to the constructor of the corresponding component by pressing Alt + Shift + T
If your project does not use the default CLI formats for file names you will need to configure the extention to recognize your formats
angular-import.importStatementType
: Where to look for imports first, modules, standalone components or auto-mode, which checks for modules first and then componentsangular-import.componentFormats
: Format to recognize the end of a component's name, defaults to the CLI formatangular-import.moduleFormats
: Format to recognize the end of a module's name, defaults to the CLI formatangular-import.fileTypeExtentions
: Pseudo extentions appended in a period-separated manner to the end of a file's name, defaults to the extentions used by the CLIangular-import.openFileSideBySide
: Open the file side by side with the active editor when adding an import
Initial release, supports adding to the imports statement on modules and standalone components
Adds auto mode, which looks for modules first and then standalone components, auto mode is now the default
Adds go to constructor, navigates to the corresponding component and sets the cursor at the end of the constructor's parameters