I was all about Coda until a slow update pace made the app literally slow. Now I’m bouncing between Sublime and VS Code (and spending many hours tweaking my own theme in VS Code, while anxiously trialling and using Panic’s newest IDE.
What app do you use to code, and what do you like about it?
Hands down Vim.
I have recently started dipping my toes in Emacs Doom setup.
I use vim 8 with assorted plugins ( Gruvbox theme, NerdTree, fzf, fugitive, Language specific plugins, etc )
I just started using VSCode on browser. Not the Microsoft Azure one, which I tried and is indeed relatively easy to set up, but doesn't allow you to run dockers on the same server; But instead using the code-server image https://github.com/cdr/code-server that runs coder, at least until coder has a non-enterprise plan. It took a while but wasn't too hard to set up on an EC2 instance, and the advantage of being able to do the little coding/testing I do on iPad or low-powered laptop but code on a very strong server is significant.
That's super cool! How well does it work from the iPad browser? Have you tried it with the new mouse support?
I am also very curious about how it works from an iPad.
Code: Sublime Text on Mac. Started using it years ago, never really evaluated the alternatives as they came along beyond trying Atom and seeing it took several times as long as Sublime to start. Use Coda on iOS for code editing, though haven't used it in a while.
Text editing: iA Writer and Ulysses, the former for quick text (including when I just need to write a tiny bit of HTML for an email or something) the latter for pulling together longer pieces as almost an IDE for markdown writing.
How have you found Panic Nova so far?
Nova is delightful, as are all Panic products. Its UI blows away the competition. They've clearly been taking notes from VS Code.
It's also still a beta though, so a lot of stuff is buggy. It's missing a lot of languages I'd like to see it include, and a lot of the functionality still doesn't work well. It'd be inappropriate to review it beyond that at this time.
But I'm very excited to see where it goes! Hopeful I'll be able to give me money to Panic soon, and that it'll satisfy my needs.
Also: I totally didn't think about text editing in my Q. I'm using Ulysses for that, sometimes made to look like iA Writer. Love the library feature set.
Makes sense. New starts are always fun. Hoping they bring some of the magic to the iPad too—Coda (and remember Diet Coda? Great name.) had so many little delightful touches.
Yeah I'm crazy and end up taking everything back to writing apps. Definitely not something one should use for actual coding, though the reverse does work ok in say using Sublime for writing. They're all text editors, just with tweaks for specific use-cases.
Emacs!
I use it for code and am a really heavy org-mode user for notes, todos, and generally recording all of my thoughts. I have a repo called knowledge
in which I have dozens of org-mode files which I use as my personal wiki, linking them all together nicely.
VS Code for a couple of years now and haven't looked back!
There was a time when the plugin/extension ecosystem for Sublime far outweighed what was available for VS Code...but now everything you could want (and more) is available.
Worth noting I also did a quick stint with the Atom editor by the GitHub team. It's got a great look but beyond that actually using the interface felt a little slow/laggy at times.
I also tried Atom and felt the same way. It's crazy that both Atom and VS Code are built on electron, but only one of them really feels like an electron app.
Funny thing is, VS Code is originally based on Atom. Everything is a remix.
And now they're both technically Microsoft products since the GitHub acquisition. I'd expect Atom will eventually be sunset.
What do you like about VS code? I've used Sublime, VS Code, and even Atom but I'm drawn back to Sublime
VS code.
In the past 10-15 years switched through many different editors and IDEs. Using VS code for the past 2 and a half. Love the sane defaults, huge number of extensions available and the fact that it just works.
IntelliSense transferred over from fully-fledged Visual Studio was a big selling point when starting out.
Neovim but switching more and more to VSCode (with vim keybindings, of course). Biggest thing I miss is "as-you-type" linting in the style of vim-ale (you can enable save-as-you-type and lint-on-save but this reliably crashes things like webpack-dev-server and you can't enable/disable on a per-file-type basis yet).
Still prefer Xcode for its syntax styling (not just colors): comments should be in proportional font since that's easier to read!
And (until a recent update) it didn’t do any crazy tab adjusting, the way Visual Studio (on the Mac) does.
There are other good editors but I guess I stick with Xcode for its integration with errors and unit tests.
Superhuman recently got calendar integration, and has a Rapportive-style sidebar with contact info, but otherwise is mostly focused just on the core email experience. The Command Palette in Superh...
Have seen a number of people move their lives into Notion - wondering if more people do that or if people have other tools they like to use?
It's hard to imagine the world without software—without video calls and instant messages and spellcheck and all the tiny bits of software we rely on without thinking. What software changed your li...
What is your VIM setup?
I use Janus mostly (with a few customizations), but have played around with SpaceVIM too.