Skip to content

VSCode Setup

Atermonera edited this page Apr 25, 2022 · 2 revisions

This guide will simply list VSCode + the extensions needed, plus very basic instructions, as VSCode has a NUMBER of tutorials on it, and there's little need to reinvent the wheel.

It is assumed that you can follow the VSCode walkthrough. Navigate to the Extensions tab on the left, type @recommended, and then install each extension under the "Recommended" Tab. Screenshot here, but don't rely on this as the workspace recommendations may change over time. https://i.imgur.com/CF0P6TI.png If you require assistance, don't feel stupid! Just ask a maintainer or ask in Discord for help. Be prepared to take screenshots if you need.

VSCode + All mission-critical extensions for DM Coding.

{
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs":"active"
}

Add this to settings.json If you run into issues, ask in Discord for help.

Optional.

Quick Tips for VSCode Highlighting a proc and right clicking, then going to "Definition" or "Implementation" will allow you to easily see/lookup wherever it's used. This is massively helpful over having to manually search it. CTRL+F will bring up a search, that also allows a replace line-by-line. CTRL+Clicking will also (usually) take you to the definition of a proc/verb/etc.