đVisual Studio Code
A free, lightweight, text editor with many extension options!
Download
Visit the Visual Studio Code website and download the program
Make sure you check the "Open with code" boxes!
Extensions
Prettier code formatter (JavaScript, TypeScript, CSS, HTML, Vue, JSX)
Material icon theme (cosmetic only)
One Dark Pro (cosmetic only)
Fonts
Fira Code
Download file, double click the ttf files and install the font
File -> Preferences -> Settings -> Font Family -> Fira Code
JetBrains Mono
Download file, double click the ttf files you want and install the font
File -> Preferences -> Settings -> Font Family -> JetBrains Mono
Extension Settings
You can search for these through File -> Preferences -> Settings
Sumneko
Built-in lua diagnostics
undefined-global
err-nonstandard-symbol
unknown-symbol
Trim trailing whitespace on file save
One Dark Pro
Selecting a theme
Opening a folder
You can also do File -> Open Folder...
Global Searching
Can be accessed via the magnifying glass or using the keyboard shortcuts Shift
+ CTRL
+ F
(varies by user if you've changed them)
GitHub Integration
Must have git installed!
There is some configuring to do with these extensions but most of it is just signing into your GitHub account and exploring the "source control" tab on the left!
Extensions
Download the Git Extension Pack
Download GitHub Pull Requests and Issues
Sign up for GitHub Copilot and install (optional)
Last updated