Table of Contents

About

File management in VsCode

Management

  • Search: Ctrl+P

Language Association

Change the language association

  • Ctrl+Shift+P
  • select “Change Language Mode”

Correcting an extension:

"files.associations": {
    ".database": "json"
}

settings only for a specific language (where LanguageId):

"[languageid]": {

}

Format

See VsCode - Formatter

Go to file

  • With vim extension: gf