You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.8 KiB
1.8 KiB
title | marp | paginate | math | theme |
---|---|---|---|---|
VS Code setup | true | true | mathjax | buutti |
VS Code setup
What is Visual Studio Code?
- VS Code (or just VSC) is a popular open source text editor / IDE (integrated development environment) by Microsoft
- Very extensible by extensions
- Has many language-specific features like Omnisharp for C#
Visual Studio Code is not Visual Studio
- Visual Studio is an older, bulkier IDE, also by Microsoft
- it has more features!
- Visual Studio Code is quite new, relatively lightweight
- originally scarce in features
- more popular in web development
- Both are used for Unity development
- We'll be using VS Code on this course
- Note: VS Code Unity Debug Extension has been recently deprecated
- We don't need the extension on this course, but it's good to know
VS Code installation
Logging into VS Code
- You can log in with your GitHub account to VS Code in the Accounts tab
- Then, by turning on Settings sync, your user-defined settings are carried over to whichever computer you're working on
- Open the project folder in VS Code
- Either by opening the folder from File Explorer context menu (Open with Code)
- Or in VS Code File > Open Folder...
Extra: Other extensions
- Marp for VS Code
- GitLens & Git Graph (See Git basics)