mikewootc / vscode-vue-jumptotag

Extension for vscode that allows you to easily jump to script, template, and style tags in .vue files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Jump to tag for Visual Studio Code

PRs Welcome License: MIT

Feature Overview

Vue Jump to Tag provides easily jump to script, template, and style tags in .vue files.

jumptotag-preview

Commands

  • extension.jumptotemplate: jump to template tag if it exists
  • extension.jumptoscript: jump to script tag if it exists
  • extension.jumptostyle: jump to style tag if it exists

We recommend setting keyboard shortcuts for ease of use (such as "Ctrl + 1", "Ctrl + 2", and "Ctrl + 3"). No default keybindings have been provided with this extension to avoid conflicts. Instructions for setting up your own keybindings are here.

License

GNU GPLv3 - check out license page for more details.

About

Extension for vscode that allows you to easily jump to script, template, and style tags in .vue files

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%