Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Visual Studio Code for Vue.js Developers

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

Auto Linting in VS Code (ESLint)

Linting is the automated process of statically analyzing code for potential errors. In this lesson, learn how to setup VS Code with ESLint to provide inline lint error indicators and how to automatically correct fixable linting errors on file save.

Links

Keyboard Shortcuts

  • Show ESLint Fix Options
    • Cmd+. (Mac)
    • Ctrl+. (Windows)