pxt-calliope/docs/code.md

17 lines
593 B
Markdown
Raw Normal View History

2016-08-12 16:15:41 -07:00
# Visual Studio Code
2016-08-30 13:34:05 -07:00
[Visual Studio Code](https://code.visualstudio.com) is a Free Open Source code editor that you can use to edit your programs.
2016-08-15 11:03:03 -07:00
Working from Visual Studio code allows you to benefit from all the features
of a professional IDE while working with PXT: working with files,
git integration (or source control of your choice), hundreds of extensions.
2016-08-12 16:15:41 -07:00
2016-08-30 13:34:05 -07:00
* background compilation
* auto-completion
* pxt command line integration
2016-08-12 16:15:41 -07:00
2016-08-30 13:34:05 -07:00
**Follow [these instructions](https://pxt.io/cli)** to setup your machine and edit your programs in Visual Studio Code.
2016-08-12 16:15:41 -07:00
2016-08-30 13:34:05 -07:00
![](/static/mb/vscode.png)
2016-08-12 16:15:41 -07:00