2
2
3
3
This is a package with preferences and syntax highlighter for cutting edge
4
4
Python 3, although Python 2 is well supported, too. The syntax is compatible
5
- with [ Sublime Text] ( http://www.sublimetext.com ) and [ Atom] ( http://atom.io ) .
5
+ with [ Sublime Text] ( http://www.sublimetext.com ) , [ Atom] ( http://atom.io ) and
6
+ [ Visual Studio Code] ( http://code.visualstudio.com ) .
6
7
It is meant to be a drop-in replacement for the default Python package.
7
8
8
9
MagicPython correctly highlights all Python 3.5 syntax features, including
@@ -29,16 +30,15 @@ disable the built-in `Python` package (using
29
30
` Package Control -> Disable Package ` , or directly by adding ` "Python" ` to
30
31
` "ignored_packages" ` in the settings file).
31
32
32
- In ** VSCode** , copy/clone ` MagicPython ` to ` .vscode/extensions ` under your
33
- user directory ([ more details] ( https://code.visualstudio.com/updates ) ).
34
- Please note, that [ VSCode] ( https://code.visualstudio.com/ ) support is
35
- experimental.
33
+ In ** VSCode** , starting with version 0.10.1, install ` MagicPython ` with
34
+ ` Install Extension ` command.
36
35
37
- Alternatively, the package can be installed manually in both editors:
36
+ Alternatively, the package can be installed manually in all editors:
38
37
39
- - copy the MagicPython package into the Sublime/Atom user packages directory;
40
- - disable Python package;
41
- - enjoy.
38
+ * copy the MagicPython package into the Sublime/Atom/VSCode user packages
39
+ directory;
40
+ * disable Python package;
41
+ * enjoy.
42
42
43
43
44
44
## Changes and Improvements
0 commit comments