I don't think you should rely on other's opinions when picking an editor. Just try each one (really try) for a week or two and decide after that. Everyone uses editors differently (hence the big vim/emacs/etc flame war) and it is where you'll spend time coding. A lot of time. I don't think reading someone else's opinion really helps. When I chose my editor everyone was crazy about TextMate. I tried it out and didn't…
Atom Editor or Sublime Text – which one to pick?
41–50 of 68 posts
Re: Atom Editor or Sublime Text – which one to pick?
#42You have to understand that Atom is repurposed webkit, with all the flaws and benefits that come with a browser engine. I liked it, the dealbreaker (to say the least) for me was broken support for non-US keyboard layouts, it can't differentiate alt from alt-gr making it impossible for me to type most brackets and pipe. This has been an open issue for months, with a couple of community contributed "solutions" that don…
Re: Atom Editor or Sublime Text – which one to pick?
#43Re: Atom Editor or Sublime Text – which one to pick?
#44Re: Atom Editor or Sublime Text – which one to pick?
#45.. [0]: http://kate-editor.org/
Re: Atom Editor or Sublime Text – which one to pick?
#46You have to understand that Atom is repurposed webkit, with all the flaws and benefits that come with a browser engine. I liked it, the dealbreaker (to say the least) for me was broken support for non-US keyboard layouts, it can't differentiate alt from alt-gr making it impossible for me to type most brackets and pipe. This has been an open issue for months, with a couple of community contributed "solutions" that don…
I have such a visceral hate for Alt-GRrrrr...
Re: Atom Editor or Sublime Text – which one to pick?
#47Atom exists in an uncanny valley, and re-introduces tons of problems that the design of OS X has worked hard to avoid. I hope Atom doesn't succeed for that reason: it's a big regression in UI.
Re: Atom Editor or Sublime Text – which one to pick?
#48You have to understand that Atom is repurposed webkit, with all the flaws and benefits that come with a browser engine. I liked it, the dealbreaker (to say the least) for me was broken support for non-US keyboard layouts, it can't differentiate alt from alt-gr making it impossible for me to type most brackets and pipe. This has been an open issue for months, with a couple of community contributed "solutions" that don…
Hopefully Github will come to their senses and instead start using Skia directly, like ST3 does. Proper 2D library bindings would be super valuable to any community.
Re: Atom Editor or Sublime Text – which one to pick?
#49There seems to be devs coming from at least three camps: the ones that came from the emacs/vi side that never really took to IDEs, those that once used (say) Eclipse and were burned by IDEs and now like the less-is-more of editors, and those that started developing in IDE's and can't imagine NOT having an integrated debugger and so on (Yes I know several text editors can be set up to have most IDE features, but for the sake of argument lets count IDEs as those that were built from the ground up as full IDEs).
Not sure what divides devs this way but the 2 main reasons should be platform: if you are used to linux of course you have huge benefits of having a console based editor, perhaps so much that you can forego a lot of the bells and whistles of a desktop based one, especially of you don't use graphical designers UI elements and such. The second reason I can think of would be language: If you are work on niche languages you are likely to find editor support in text editors, but not likely a good IDE. Likewise if you work in dynamic/weakly typed languages, the benefits of refactorings and navigation are much smaller than they are in a static/strongly typed langues.
So I'm curious: if you aren't a Haskell or js developer, are you using a non-IDE as your "main" editor? If so, why?
For me personally I want a full IDE for my dev work and can't imagine coding without full project support, integrated debugger, refactorings and so on, and I can't be bothered with configuring editor plugins for basic things such as auto-indentation, auto-complete or syntax highlighting, and I haven't seen any really good dev environents based on editors in neither Sublime, vi or emacs. I do use editors for viewing random files/logs, editing resources, making documentation and so on, but not as my main dev tool. As such, the requirements are very different from an editor that is a main dev environment from 8 to 5.
Re: Atom Editor or Sublime Text – which one to pick?
#50OT: does anybody know PSPad? It has a very interesting feature set, though it lacks more advanced things like collapsing, refactoring tools; I find it very useful sometimes - especially its columnar editing feature.