David Blume commited on 2020-12-27 11:45:55
Showing 1 changed files, with 9 additions and 13 deletions.
| ... | ... |
@@ -18,16 +18,18 @@ You can clone from the origin with: |
| 18 | 18 |
|
| 19 | 19 |
### Supported IDES |
| 20 | 20 |
|
| 21 |
-This project has example Microsoft Code, PyCharm, Atom, and Sublime Text 3 projects. |
|
| 21 |
+This project has example Microsoft's Visual Studio Code, PyCharm, Atom, and |
|
| 22 |
+Sublime Text 3 projects. |
|
| 22 | 23 |
|
| 23 |
-#### Microsoft Code |
|
| 24 |
+#### Visual Studio Code |
|
| 24 | 25 |
|
| 25 |
-Code uses the .code-workspace project file. |
|
| 26 |
+Download from [code.visualstudio.com](https://code.visualstudio.com/). Code |
|
| 27 |
+uses the .code-workspace project file. I prefer this to GitHub's Atom. |
|
| 26 | 28 |
|
| 27 | 29 |
#### PyCharm |
| 28 | 30 |
|
| 29 |
-PyCharm uses the .idea directory. JetBrains suggests [sharing the .idea directory except for workspace.xml and |
|
| 30 |
-tasks.xml](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839). |
|
| 31 |
+PyCharm uses the .idea directory. JetBrains suggests [sharing the .idea directory |
|
| 32 |
+except for workspace.xml and tasks.xml](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839). |
|
| 31 | 33 |
|
| 32 | 34 |
#### GitHub's Atom |
| 33 | 35 |
|
| ... | ... |
@@ -37,8 +39,8 @@ Download from [atom.io](https://atom.io/). These are useful modules: |
| 37 | 39 |
* [script](https://atom.io/packages/script) by rgbkrk, for running scripts. |
| 38 | 40 |
* [project-manager](https://atom.io/packages/project-manager) by danielbrodin. |
| 39 | 41 |
|
| 40 |
-If you install project-manager, it looks for a local `project.cson` file, and merges those settings with what |
|
| 41 |
-is in the .atom `projects.cson` file. |
|
| 42 |
+If you install project-manager, it looks for a local `project.cson` file, and |
|
| 43 |
+merges those settings with what is in the .atom `projects.cson` file. |
|
| 42 | 44 |
|
| 43 | 45 |
#### Sublime Text 3 |
| 44 | 46 |
|
| ... | ... |
@@ -51,9 +53,3 @@ Sublime uses the testpython.sublime-project file. |
| 51 | 53 |
### Is it any good? |
| 52 | 54 |
|
| 53 | 55 |
[Yes](https://news.ycombinator.com/item?id=3067434). |
| 54 |
- |
|
| 55 |
-### To Do |
|
| 56 |
- |
|
| 57 |
-* Make project.cson work, and be platform independent. |
|
| 58 |
-* Maybe removing the project key "testpython" will make it work? |
|
| 59 |
- |
|
| 60 | 56 |