22
33This is a package with preferences and syntax highlighter for cutting edge
44Python 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 ) .
67It is meant to be a drop-in replacement for the default Python package.
78
89MagicPython correctly highlights all Python 3.5 syntax features, including
@@ -29,16 +30,15 @@ disable the built-in `Python` package (using
2930` Package Control -> Disable Package ` , or directly by adding ` "Python" ` to
3031` "ignored_packages" ` in the settings file).
3132
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.
3635
37- Alternatively, the package can be installed manually in both editors:
36+ Alternatively, the package can be installed manually in all editors:
3837
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.
4242
4343
4444## Changes and Improvements
0 commit comments