vscode-marko-peekVisual Studio Code extension for code navigation of component files in Marko projects vscode-marko-peek on the VS Marketplace FeaturesEnables For example if there is an image subfolder under your extension project workspace: Demo of The extension supports:
By default searches only for .marko files from other .marko files (e.g. going to a child component from a parent). For more details on how to structure Marko files, checkout the docs on how tags are discovered. See Extension Settings for more details on configuring other extensions. See editor docs for more details Extension SettingsThere are 2 settings options that allows you to customize targeted files and language in which plugin is activated. By default they look like this:
You can add support for any file extension you like. To allow plugin to search for .js files: go to settings, search for vscode-marko-peek and add .js extension to searchFileExtensions option. If you'd like for plugin to be activated in other languages, add that extension (i.e. "js") to activeLanguages array. Known IssuesChangelogSee CHANGELOG.md Acknowledgementsvscode-marko-peek is built on the shoulders of vscode-file-peek, vscode-vue-peek, and vscode-css-peek. |