pxt-calliope/docs/code.md

17 lines
593 B
Markdown
Raw Normal View History

2016-08-13 01:15:41 +02:00
# Visual Studio Code
2016-08-30 22:34:05 +02: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 20:03:03 +02: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-13 01:15:41 +02:00
2016-08-30 22:34:05 +02:00
* background compilation
* auto-completion
* pxt command line integration
2016-08-13 01:15:41 +02:00
2016-08-30 22:34:05 +02:00
**Follow [these instructions](https://pxt.io/cli)** to setup your machine and edit your programs in Visual Studio Code.
2016-08-13 01:15:41 +02:00
2016-08-30 22:34:05 +02:00
![](/static/mb/vscode.png)
2016-08-13 01:15:41 +02:00