diff --git a/docs/updates/v0.3.0.md b/docs/updates/v0.3.0.md index 560b323..0bc2c82 100644 --- a/docs/updates/v0.3.0.md +++ b/docs/updates/v0.3.0.md @@ -8,16 +8,16 @@ nav_order: 975 This version consequently improves navigation between code and manifest of a bundle. -* **[Go to definition](#go-to-component-implementation)** - Ctrl-Click on a component's name in the manifest to jump to its implementation file. +* **[Go to definition](#go-to-definition)** - Ctrl-Click on a component's name in the manifest to jump to its implementation file. * **[Quick access](#qickly-access-manifest-and-readme)** - Directly open manifest.json or README.md * **[Open bundles](#open-bundles-even-quicker)** - Not the only improvement to the "Open bundle" command: recently used bundles are displayed on top of the list. -* **[Deprecation warnings](#highlight-deprecated-manifest-elements)** - Deprecated manifest keys get highlighted +* **[Deprecation warnings](#deprecation-warnings-for-manifest-elements)** - Deprecated manifest keys get highlighted * **[Snippets](#improved-manifest-editing-snippets)** - Snippets for a selection of manifest keys will help you enter values without less key strokes. * **[Exclude bundles](#exclude-distracting-bundles)** - Define folders that are ignored when searching for bundles or displaying them in lists. And, of course, one bug fix properly listed in the [changelog](CHANGELOG.html). -## Go to component implementation +## Go to definition In `manifest.json` files, execute the "Go to Definition" command on the name or `"impl"` property value of a component to open the corresponding implementation file. This is equivalent to a `Ctrl-Click` or pressing `F12`. @@ -63,7 +63,7 @@ You can still suppress this behaviour in the extension config. In this context, the config properties to control the "reveal" behaviour of this command were restructured. The already existing property `apprtbundles.bundles.reveal.goal.type` got an additional options while `apprtbundles.bundles.reveal.goal.expandFolder` became obsolete and was removed. -## Highlight deprecated manifest elements +## Deprecation warnings for manifest elements Some app.rt manifests properties have been renamed in the past. For example the property key `"name"` replaces the old key `"Bundle-SymbolicName"`.