VsCode - File

Card Puncher Data Processing

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





Discover More
Card Puncher Data Processing
VsCode - Formatter

Vscode implicitly only allows one formatter per language. One formatter by . in



Share this page:
Follow us:
Task Runner