vs-code-custom-linksFeaturesThis extension automatically resolves some custom attributes so that they are tried like the href or src attributes, with a bit of a twist: Example
Assuming node module my-package has a file called root.html, right clicking on the imp-h attribute will take you to that file. This extension provides out of the box support for imp-h, be-importing and be-written. Adding support for additional attributesTo add your additional custom attributes, for example: ["data-src", "data-href", "custom-link"]: Open VS Code settings (Ctrl+,) Search for "Custom Link Attributes" |