vscode-vue-peekThis extension extends Vue code editing with FeaturesThe extension supports all the normal capabilities of symbol definition tracking, but does it for css selectors (classes and IDs). This includes:
Customize supported languagesThere 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 vue-peek and add .js extension to targetFileExtensions option. If you'd like for plugin to be activated in other languages, add that extension (i.e. "js") to supportedLanguages array. ContributingContributions and suggestions are greatly appreciated. Release Notes1.0.2
1.0.1
1.0.0
ThanksInspired by vscode file peek Enjoy! |