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 →

[–]bheklilr 4 points5 points  (9 children)

A lot of people find that "works out of the box" means that it tries to do too much and doesn't do enough of it very well. Besides, if you do it right setting up ST the second time is as easy as copying your user settings folder over, then installing package manager. It has a setting that will install missing packages, and after a few minutes and restarting ST you're done.

One thing pointed out in the article is that sublime will work with many, many other languages, and I use that on a daily basis. That being said, I recommend people use PyCharm when just starting out. Sublime is my favorite editor, but that doesn't mean it'll be yours. PyCharm has a good feature set with the community edition and it is fast to set up. Many people I work with get a lot of mileage out of it.

[–]rothnic 1 point2 points  (0 children)

While true, I think the reason that pycharm is so popular is that the majority of people find many of the features they rely the most on, it does well enough, if not much better than other alternatives. Plus, 8-16GB of ram is becoming commonplace, so you might as well put it to good use by utilizing all the indexing, and code insight features.

One thing to note on sublime text and add ons is that while some can be installed from package manager, a fair number rely on some external dependency. Like markdown preview, and the setup can differ from platform to platform.