What’s New in PyCharm 2023.2

https://www.jetbrains.com/pycharm/whatsnew/

My personal highlight: black formatter integration.

So convenient to just format on save.

26 points · 5 comments · view on lemmy.world

5 Comments

kiwifoxtrot@lemmy.world · 4 pts · 3y

Finally. Spyder has had Black integration for years.

rhacer@lemmy.world · 1 pts · 3y (3 replies)

Does PyCharm have remote editing? It's a VSCode feature I just could not live without.

miroslav@programming.dev · 5 pts · 3y (2 replies)

Yes but your host has to be pretty beefy to handle running server. That’s my biggest issue I have with JB implementation. They’re basically launching full IDE on your host and then connecting to it via their “Code with me” feature.

karlthemailman@sh.itjust.works · 2 pts · 3y

And only available on a pro (not free) edition, right?

rhacer@lemmy.world · 1 pts · 3y

Thank you. I love Rider, but rely on VSCode for Python. I regularly contemplate making the jump though.