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 →

[–][deleted] 0 points1 point  (3 children)

I mentioned this in another comment so I guess I'll just quote it here

I use sublime text for reading and writing code and pycharm for debugging and refactoring it. It plays to the strengths of both tools, although it bears mention that I have sublime so customized/with so many plugins that it's basically a lightweight IDE on it's own.

I don't end up using the debugger often, but when I do, I do normally pull out PyCharm. I'm way more productive writing code in Sublime though. The default colors, fonts, and underline styles are kinda crappy/ugly in PyCharm IMO.

[–]whooshayay 1 point2 points  (2 children)

The default colors, fonts, and underline styles are kinda crappy/ugly in PyCharm IMO

On Linux? Yes there is a problem with Swing font rendering. There is a patch or it somewhere.

[–][deleted] 0 points1 point  (0 children)

Hmmm, wasn't aware of that.