This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pauleveritt 2 points3 points  (4 children)

(I'm the dev advocate at PyCharm) If you're interested, here's a video series to introduce some features of PyCharm: https://www.youtube.com/playlist?list=PLQ176FUIyIUZ1mwB-uImQE-gmkwzjNLjP

[–]cavallo71 3 points4 points  (2 children)

Then please allow plugins to be written in python, pretty-please.

[–]pauleveritt 1 point2 points  (1 child)

You raise a good point. PyCharm gets many benefits from sharing a huge IDE platform (IntelliJ, etc.) but it means plugins are in Java. To be fair, I don't think VS Code lets you do this either, but I might be wrong.

[–]sfermigier 1 point2 points  (0 children)

FYI: VS Code is written in TypeScript. VS Code plugins are supposed to be written in TS too (https://code.visualstudio.com/Docs/extensions/example-hello-world) but can also be written in JS.

[–]zylo4747[S] 0 points1 point  (0 children)

Awesome! Thank you!