0.5

Version 0.5 improves already existing features making them easier to use.

Go to component implementation

You will now see the “Go to implementation” code lens above the component name, which will take you to the the location inside the implementation file where the component is defined.

"Go to implementation" for components

In previous versions you could already use Ctrl+Click (or hit F12, “Go to Definition”) on a component impl property in the manifest to jump to its implementation file. This was implemented based on guessing the implementation file name from the information available in the manifest. As might seem obvious this will not work in all cases.

With this release the whole workflow was redesigned to reliably take you to the location in the implementation file exactly where the implementation class is defined. This is done by analyzing the export’s and import’s of the module.{js,ts} and the code of the implementation file.

Other than in previous releases, pressing Ctrl+Click (or hitting F12, “Go to Definition”) will now take you to the module.{js,ts} file, where the component is exported or imported.

"Go to Definition" for components

Go to bundle keybinding

Jumping from one bundle to another gets even easier with a new default keybinding that opens the bundles list: Press Ctrl+ß, (as in ßundle), type some letters of the bundle name, then Enter, and there you are!