Angular-Import 📦FeaturesJump 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 RequirementsIf your project does not use the default CLI formats for file names you will need to configure the extention to recognize your formats Extension Settings
Release Notes1.0.0Initial release, supports adding to the imports statement on modules and standalone components 1.2.0Adds auto mode, which looks for modules first and then standalone components, auto mode is now the default 1.3.0Adds go to constructor, navigates to the corresponding component and sets the cursor at the end of the constructor's parameters |