|
|
|
|
|
by astroalex
410 days ago
|
|
In my personal experience I couldn't use Zed for editing python. Firstly, when navigating in a large python repository, looking up references was extremely slow (sometimes on the order of minutes). Secondly, searching for a string in the repo would sometimes be incorrect (e.g. I know the string exists but Zed says there aren't any results, as if a search index hasn't been updated). These two issues made it unusable. I've been using PyCharm recently and found it to be far superior to anything else for Python. JetBrains builds really solid software. |
|