6 ms·
Reminder that Sublime Text is constantly being improved and might be worth a look if you haven't tried it in a while ~ https://www.sublimetext.com/ https://www.
by username91 5y ago
Reminder that Sublime Text is constantly being improved and might be worth a look if you haven't tried it in a while ~ https://www.sublimetext.com/ https://www.sublimetext.com/
- 0des 5y agoA big reason why I don't buy sublime despite buying other products I don't use much is that it is not open source. That is a big one for me because even if I wanted to inspect for telemetry or other things, I'm not trusted to do so.
- smoldesu 5y agoOr Atom, which is free/open source: https://atom.io https://atom.io
- edoceo 5y agoI wish. Has bugs that make it unusable. (ie: read whole project depth tree on window open)
- blibble 5y agobut ultimately owned by the same company as VSCode
- andrew_ 5y agoI still use Atom as my daily driver. There are bugs, yes. Some are more annoying than others (looking at you, TypeScript plugin). But I enjoy the app's experience more than VSCode. I wish I had time to contribute to it, because it's still a solid editor, and I hope it lives on a lot longer. Also surprised there hasn't been a popular hard fork of it yet since the acquisition of GitHub.
- nexuist 5y agoSerious question: Why does Atom still exist? On the front page they advertise something called "Atom Teletype" which seems like a ripoff of VS Live Share (or was it the other way around?) Why aren't the Atom people working on VSC instead?
- Macha 5y ago> Why aren't the Atom people working on VSC instead? https://github.com/atom/atom/graphs/contributors https://github.com/atom/atom/graphs/contributors Looks like the original contributors have mostly moved on to other projects, and activity is significantly diminished, but it's an open source project and they've not gone out of their way to block the community from continuing.
- yepthatsreality 5y agoBecause more than one editor based off of Electron can exist and something doesn’t have to cease just because the sheep moved to the next field. Why does Visual Studio still exist? Why does Sublime Text still exist? Why does Notepad++ still exist?
- kstrauser 5y agoOn Mac, Panic’s Nova is starting to look pretty good. A native editor with a profit model of “you use it, you pay for it” is more attractive by the day.
- loosetypes 5y agoDoes sublime support editing remote projects over ssh?
- RheingoldRiver 5y agoNot well, that's the only time I use vscode (for everything else I use sublime or Pycharm if it's Python). I wanted to find a link for you to include in this post but searching "sublimetext ssh" etc didn't even bring up anything definitive, which kinda tells you how not great it is. One option if it's just like 1 file at a time is to use WinSCP with Sublime as your default editor and just open the file, edit, close, but again, obviously not great.
- yourad_io 5y agoHave you considered sshfs? I haven't used it in years but I recall it mostly working.
- visarga 5y agoThat's not good enough, no remote debugging and shell integration. VSCode makes you feel like you're on the remote system locally.
- RheingoldRiver 5y ago> VSCode makes you feel like you're on the remote system locally. In fact, you are. It runs the plugins on the remote system. Which, while nice for UX, made me upgrade my blog's droplet from 1GB to 2GB memory ($5/month -> $10/month). But I figured it's worth it because it lowers the barrier of entry to writing, and anything to make the process of writing as painless as possible is worth it (and I'm still publishing once/week so I guess it's paying off)....
- yourad_io 5y agoBut it mounts the remote fs as local. You should be able to debug locally and do whatever in the shell at it is a local mount, no?