Skip to main content

VSCode Features

Code Outline

overview of code structure by var/obj/arg type

Command Pallete

terminal to access VSCode commands, switch file

Copilot

paywall AI-autocomplete

Extensible

huge collection of Extensions via marketplace

Integrated Terminal

built-in CLI with tab for mutliple instance & different Shell support

Intellisense

Code autocomplete

Ligature

to combine multiple char to single symbol (for specific programming/math operators) (affect display only not final output)

Problem Matcher

to auto-scan output text for known warnings/error & report inline (as squiggle?). ie TypeScript ESLint

Remote Button \><

to connect git remote

Source Control

git control panel with UI buttons to avoid dumb git cmd mistakes

Syntax highlight

grey-out unused, squiggly for bugs

Themes

VSCode Cloud Editor

https://vscode.dev

References