Sublime Text 3.0
51–60 of 694 posts
Re: Sublime Text 3.0
#52Does Sublime come with a Git integration like Atom does?
Re: Sublime Text 3.0
#53Bar none, my favorite editor. I try to use Vim only sometimes to make sure I keep those commands in shape, but Sublime remains for hardcore work. It breaks my heart that it's closed source. I do wonder sometimes how much the app makes and/or how much someone would have to pay the developer to open source it.
There is "VIntage Mode" for ST, but unfortunately it's not entirely accurate and also doesn't support some commands. VSCode's VIM plugin is more complete.
It's still not exactly the same as using pure VIM, since some of the commands overlap with Sublime commands, and I tend to use a hybrid of both (for instance, Sublime's Ctrl-D command to make multiple cursors, which is incredibly useful when I'm editing HTML and have to wrap several lines in anchor tags).
Going into "pure VIM" is just to make sure I don't get too reliant on Sublime niceties, particularly as my day job requires spending a great deal of time SSH'd into random RHEL/CentOS boxes.
Re: Sublime Text 3.0
#54imagine living in a world where a good software like sublime text was free software... i know i know, to monetize selling free software is impossible (when people say they're monetizing selling free software they're actually selling services related to that free software, not the software itself), but one can dream... edit-> some people are confusing the term "free software", i'd like to clarify that i mean free as i…
I don't understand why so many developers are willing to pay thousands to upgrade their hardware frequently, but then aren't willing to pay $80 (or $30 to upgrade) once every what, 5 years?, for software that they use in the realm of 30+hrs per week. Sublime text has easily saved me enough time to earn that back.
Re: Sublime Text 3.0
#55Re: Sublime Text 3.0
#56Re: Sublime Text 3.0
#57Does Sublime come with a Git integration like Atom does?
There are Git plugins, but Git is not integrated into Sublime itself. There are many many Git plugins though, all great ones :)
Re: Sublime Text 3.0
#58imagine living in a world where a good software like sublime text was free software... i know i know, to monetize selling free software is impossible (when people say they're monetizing selling free software they're actually selling services related to that free software, not the software itself), but one can dream... edit-> some people are confusing the term "free software", i'd like to clarify that i mean free as i…
Re: Sublime Text 3.0
#59imagine living in a world where a good software like sublime text was free software... i know i know, to monetize selling free software is impossible (when people say they're monetizing selling free software they're actually selling services related to that free software, not the software itself), but one can dream... edit-> some people are confusing the term "free software", i'd like to clarify that i mean free as i…
There is no need to imagine. Emacs, Vim, Atom, Notepad++, etc. are all free software.
Re: Sublime Text 3.0
#60I mean, Atom is nice. The package management is all there and frequent updates are great, but...I don't write JS/HTML/CSS/PHP. I typically write Python, Go, Java, and heck even Prolog. Reading the changelog you can clearly see that they have a target audience, and I am not in it.
On the performance side (you knew it was coming!) I am mostly fine except for opening a project directory. I swear Atom has a coded in `sleep` whenever you try to open a file explorer. At first, I thought that this was a cute little quirk that would disappear after an update one day. But that update never came.
So I'll download Sublime again. Spend a morning to get it "just so" for, at the very least, Python and Go. I can easily see Sublime winning me back if I reinvest in it.