The Official Language Feature Extension for VS Code
In this lesson, we learn about the official Vue.js language feature extension for VS Code. The Vue extension gives single file components the syntax highlighting and refactoring conveniences we’re used to in other file types like .html
or .js
files.
Links
Keyboard Shortcuts
- Rename Symbol
F2
(Mac)F2
(Windows)
- Open Command Palette
Cmd+Shift+P
(Mac)Ctr+Shift+P
(Windows)