I hope they also worked on removing the many UI bugs from PyCharm remote: laggy scrolling while in the diff view, some editor settings like rulers at 100/120 chars not working properly, some settings panes lagging out until the editor is restarted, etc etc. I need to develop on a remote VM and I’m using VSCode at the moment because it’s remote story is less buggy, but would much rather be using PyCharm.
PyCharm 2023.1
31–40 of 60 posts
Re: PyCharm 2023.1
#32> It has been created to reduce visual complexity, provide easy access to essential features, and progressively disclose complex functionality as needed – resulting in a cleaner look and feel. I’ll probably try it out in a while, but the only thing I potentially care about of those things is ”easy access to essential features”. If clean look makes things harder to find, then that would be a sign that they don’t know…
Re: PyCharm 2023.1
#33I hope they also worked on removing the many UI bugs from PyCharm remote: laggy scrolling while in the diff view, some editor settings like rulers at 100/120 chars not working properly, some settings panes lagging out until the editor is restarted, etc etc. I need to develop on a remote VM and I’m using VSCode at the moment because it’s remote story is less buggy, but would much rather be using PyCharm.
Re: PyCharm 2023.1
#34Interesting. I heard many good things about Pycharm, but it kind of looks bloated? How does it compare to VS Code (which is quite good (notebook and repl support mostly), but not great, in particular regarding the debugging experience)?
People always use bloated as an argument against something. Bloated framework, bloated linux distro, bloated ide… What really is the problem with having all “the plugins installed”/features, nicely integrated, always compatible, reasonably configurable, maintained and with support vs inflating a minimal editor (framework, *) yourself, without all the advantages mentioned earlier. Yes it may cost some cheap memory, vs…
That's... That's a huge stretch. I've been on an outdated version of pycharm for nearly a year now because they broke support for docker-compose in a pretty huge way. Moreover, I have yet to have a pycharm project where I didn't need to create my own docker override file.
Re: PyCharm 2023.1
#35Please, Jetbrains, and everyone else out there, I beg you, please stop shipping these redesigned UIs that look prettier but are infinitely times less functional and reduce information density by orders of magnitude. Especially for something like an IDE, with a huge base of power users--all this serves is dumbing down software when the vast majority of your users want the exact opposite.
Re: PyCharm 2023.1
#36Interesting. I heard many good things about Pycharm, but it kind of looks bloated? How does it compare to VS Code (which is quite good (notebook and repl support mostly), but not great, in particular regarding the debugging experience)?
The IntelliJ git interface makes a lot of sense, and makes many helpful operations easy, like “compare what I have now to this particular commit”. The VSCode git interface, even with plugins like GitLens, seems to make these operations hard to get to, and how VSCode manages diffs with the staging area involved is totally bananas. Aside from that, PyCharm has a slightly better debugging interface but otherwise it’s qu…
Re: PyCharm 2023.1
#37> It has been created to reduce visual complexity, provide easy access to essential features, and progressively disclose complex functionality as needed – resulting in a cleaner look and feel. Please, Jetbrains, and everyone else out there, I beg you, please stop shipping these redesigned UIs that look prettier but are infinitely times less functional and reduce information density by orders of magnitude. Especially…
Re: PyCharm 2023.1
#38> It has been created to reduce visual complexity, provide easy access to essential features, and progressively disclose complex functionality as needed – resulting in a cleaner look and feel. Please, Jetbrains, and everyone else out there, I beg you, please stop shipping these redesigned UIs that look prettier but are infinitely times less functional and reduce information density by orders of magnitude. Especially…
Re: PyCharm 2023.1
#39Since the VIM addon of Spyder, I've been hooked. I personally like the data visualizations the best. They are fast and have lots of features. Seems like spyder is underrated in the python world, although VSCode is ofc incredibly dynamic.