I think it’s fun to take stock of the tools we use as developers. You know, so we can look back and laugh at our primitive setups. And actually, to inspire you to share yours so I can steal all your better tools. Here’s a rundown of stuff I use, focused mostly on literal apps on my computer:
- I heard enough good things about Cursor that I ponied up for a paid account and have used/like it for a couple months. Honestly though, I’d like to return to mainline VS Code as something just feels safer about that. I’m doing that now and trying Augment instead of Copilot, but I’d be fine with just using Copilot too, probably. The landscape on all this is really churning right now. I like to give Zed an honest go but haven’t yet.
- I listened to a podcast with the Ghostty guy and was compelled to switch from iTerm to try it. It’s been perfectly fine, and I kinda like the lack of AI stuff in it actually. Turns out I need zero settings in a terminal? I kinda love that. Although I did ultimately set
window-padding-x = 24
andwindow-padding-y = 24
as the text I felt hugged the edges too closely. - Ghostty supports tmux, which is a must for me as someone with a main dev environment that runs a ton of crap at once, like a bunch of Dockers. I like that tmux helps with that, but otherwise hate it (ugly, weird to configure, makes copying text awful, text wrapping gets janked up, etc). I would honestly take a proprietary tool for this and force everyone to use a specific terminal app if it could be done with nice elegant native UI.
- I have a bunch of technology-specific extensions for VS Code that aren’t terribly interesting (e.g. I love authoring HTML emails in MJML and their plugin works fine for previewing). But the most important generic extensions are:
- File Utils: how these functions aren’t built in is beyond me.
- GitLens: I really like seeing who touched the area of code I’m looking at last.
- Highlight Matching Tag: VS Code sorta kinda does this without an extension but I like seeing it much more visually boldly.
- Indent Rainbow: Duh.
- Pretty TypeScript Errors: Another one where this really should be the default, ya know, in the editor powered by TypeScript by the makers of TypeScript.
- Better Comments: I like seeing TODOs in code super boldly.
- I wish there was an actually good spell check situation in VS Code.
- Oh and obviously the best theme is Catppuccin — any varietal really.
- AND most importantly Bread Jam makes your variables gradients and it’s so beautiful I love it forever.
- I’ve done some of the stuff in here to trim down on the UI intensity of VS Code. Most importantly are the built-in changes of moving the Primary Sidebar to the right and just removing the Status Bar entirely. Feels so much cleaner.
- For Git I really prefer having a GUI and I’m just on mainline GitHub Desktop. I was on Tower for ages and liked it fine, and still prefer some of the things it does (undo is neat and branch management seemed easier), but GitHub Desktop is 1) free 2) works nicely with GitHub obviously including dealing with PRs and 3) runs my Git Hooks with no drama. I wrote about this in more detail.
- I feel stuck on Arc browser for the not-very-sad reason that I just still like it. I got a little salty about them and tried Safari, but it didn’t stick. I’m very tempted by Zen, but kinda feel like the Firefox base is just as precarious of a product as Arc is. There is a decent amount of action in the niche browser space as well. Should I try Horse? Orion? Vivaldi? Wavebox? Surf? Could I just mainline Polypane? I think my main desires are: Chromium-based, synced tabs with sticky/pinned/always-loaded types, splitting, “little” mode, polished UI, and a keyboard shortcut for copying the URL without tracking crap.
- There are some apps I use where I feel a smidge of guilt that they aren’t web based as generally I prefer that, but sometimes just like the native feel. I do all my to-do stuff in Things, presentations in Keynote, and calendaring with BusyCal. (Yes I’m an all-Apple dude.)
- I find a subscription to Setapp to be worth it as I get Tableplus for local database work, Paste for great clipboard management, and CleanMyMac for computer maintenance.
- I’m a co-founder of CodePen but of course I actually use it literally every day, like the guy you know what I mean. I’m making demos, checking out other people’s ideas, prototyping ideas, playing with new front-end tech, etc.
- I still operate a bunch of WordPress sites and Local is the best app for running those locally. I tend to deploy from commits to the main branch via Buddy.
- We use Notion for keeping the team at work on the same page with kanban boards, meeting notes, standup documents, and more. It’s feeling slow and bloated to me these days though. I absolutely do not have time for it but I’d love to try self-hosting something like it or perhaps Craft.
- Raycast is a lovely tool for zipping around the computer and doing stuff. I don’t take enough advantage of it, but I’m glad I have it as it feels aspirational to do more.
- The only tool I have specifically for testing is popping over iOS simulator once in a while, which is just free bundled up with XCode.