zlacker

[return to "I still like Sublime Text"]
1. munifi+UC1[view] [source] 2025-01-29 17:52:01
>>james2+(OP)
I love Sublime Text. It's one of my favorite pieces of software. I have it running 100% of the time on every machine I work on.

It's where I write all of my personal notes, blog posts, and it's where I wrote both "Game Programming Patterns" and "Crafting Interpreters".

At the same time, it's not the tool I use as an IDE. For programming, I use whatever IDE is dominant for the language I'm working in. Over time, that's been Visual C++, Visual Studio, XCode, Eclipse, IntelliJ, and most recently VS Code.

That doesn't mean to me that I want Sublime to turn into an IDE. I like that it's lighterweight than that. It's the perfect sweet spot for me of rich enough to handle piles of notes and documents and small scale code editing, but not so huge and cumbersome that it gets in my way.

◧◩
2. devmor+Y82[view] [source] 2025-01-29 20:11:22
>>munifi+UC1
I feel exactly the same about it.

SublimeText is where I go to take some notes I want to write unformatted, or with some markdown.

It's where I go to paste some blob of JSON or logs from a random command that I want to parse out into something more readable than my terminal gave me.

It's where I write a random snippet of code to help someone who's asking me a question, or a bash script for a one-off job.

It's not my IDE and I don't want it to replace my IDE, just like I don't want my leatherman tool or swiss army knife to replace my power drill or pliers.

[go to top]