Angular-Import 📦FeaturesJump to the imports statement 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 of the closest module or standalone component file. 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 1.4.0New way to look for modules or standalone components, moving upwards from the current file until a module or component is found, or a stop directory is reached |