VSCode Visual Studio Code 使用指南说明书
Guide to Success on
VSCode
Contents
1What is VSCode1
2Setting up VSCode on unix.andrew.cmu.edu Computers1
3Setting up VSCode on your Own Computer1
3.1Downloading VSCode (1)
3.2Setting Up the SFTP Extension (1)
3.3Setting up the C0Extension (4)
4Troubleshooting4
4.1First Steps (4)
4.2Changing Unix Servers (5)
4.3Syncing Errors (5)
5Using VSCode to Edit C0Programs5
1What is VSCode
VSCode(Visual Studio Code)is a modern editor designed to write code quickly and ef ciently. Beside standard syntax highlighting,it suggests auto-completions for variable and function names, it typechecks your code as you write it,and it lets you see the prototype and documentation of functions you are calling.It also allows you to write code on your own computer while saving it to your account on a unix.andrew.cmu.edu computer.
2Setting up VSCode on unix.andrew.cmu.edu Computers
This will be done automatically as part of your very rst15-122lab.
3Setting up VSCode on your Own Computer
You can edit your15-122programming assignments(or any other15-122code)on your own com-puter and have them saved on unix.andrew.cmu.edu.Doing so requires a few steps outlined below:
Download VSCode itself(see Downloading VSCode)
Install the SFTP extension(see Setting Up the SFTP Extension)
Install the C0Extension(see Setting up the C0Extension)
Once you have done that,you are ready to use VSCode!
3.1Downloading VSCode
The rst step to setting up VSCode locally for15-122is downloading VSCode.This is done from doc.xuehai.net.

我要评论