This VSCode extension is created to make it easier to create and maintain Hugo static site generator themes.
When you hover over a partial
or partialCached
reference, the extension will show the full path of the partial file which you referenced.
Allows you to quickly open the partials by ctrl+click
or pressing f12
or right-click
-> click on Go to definition
.
When creating partial references in your HTML files, you will have the ability to autocomplete the paths.
Please submit them via creating an issue in the project repository: issue list.