Hey DEV!
I'm a huge fan of VS Code, and I use it for pair programming and occasionally when I want to use one of the awesome extensions that the VS Code community has provided.
However, I'm also a fan of diverse marketplaces. I don't really like the idea that the vast majority of developers I interact with use the same text editor.
I'm the kind of person that uses Ubuntu, Firefox, and DuckDuckGo. Not just because they are great tools (I think I'm having a better time on Ubuntu than the last year I spent on MacOS, honestly), but because I don't like the idea of a single company controlling a market.
For that reason, I wanted to start a conversation about alternatives to VS Code.
I use Spacemacs, which is a set of Emacs configurations that essentially combine the Emacs and Vim text editors. I really like that I don't have to do much tweaking out of the box, but I still have a lot of the power found in both Vim and Emacs.
Spacemacs 👽
What alternatives do you use? Or, if you don't what about VS Code keeps you from using something else?
Top comments (152)
I prefer to see Vim as the one true editor and everything else as an "alternative".
What about "Ed is the default editor"
We do not talk of the Before Time.
Which is obviously a mistake as Emacs is the one true editor
Preach
I still use vim :) with my own set of plugins managed by vim-plug.
ctrlp and nerdtree are my top two essential plugins.
I think the best way to get started with vim is the hard way, to copy settings and plugins one at a time from example vimrcs and understand each line that is going on. It takes more work, but I actually love being in full control of my editor.
I must admit, though 🙈 every once in a while I open up VSCode, usually it is only if I'm working in a large unfamiliar project. When there are lots of directories and files and I don't know the project structure, VSCode makes it a little easier for me to search and grep around.
agreed.
it's not harder than emacs
That's probably true, but I like to introduce people to Vim inside of VS Code with the VIM extension. It's a great way to let people get their feet wet without committing a lot of time.
I like that idea. It didn't work for me, though. I would fall back to what I knew and avoid using Vim motions. To me, it's like learning any language...immersion is key.
That's true Jared, I will also give it a try, the hard way.
I'm also a Vim user and totally agree that you have to learn it the hard way. I've tried to take shortcuts, but I've found that all the time I've invested reading the help and actually learning the ins and outs of how Vim works has been well worth it.
I am spoilt and I know that it is pricey, but since I started I always worked in company that were using ( or allowed me to use) IntellijIDEA. Honestly over the years I tried Eclipse, Atom, Sublime Text, VS Code and - maybe was just me not getting the configuration and the plugins right - but i never felt so comfortable, and what's even more important - i was never so productive as when I am using Intellij.
Finally found a Jetbrains user 🤩.
I have a background of Android development, so when I tried VS Code I just couldn't get used to it.
Since then I have been using WebStorm for web development and it hasn't failed me once.
It is true that WebStorm is much more resource intensive than VS Code but my system can handle it so I am happy with it.
I've actually found that VS Code is way more resource hungry than Webstorm. After loading up a large project I'm working on Webstorm consumes about 700MB of memory whilst the same project in VS Code consumes 1.3GB of memory.
Also, though it takes a while, when Webstorm has indexed the project it makes it very snappy to search / navigate around.
Huge fan of Webstorm to be honest. So many things just work nicely out of the box.
That is unexpected. Cool though!
Agreed. Once WebStorm finishes indexing then it knocks every ball out of the park. No competitions 💪
+1, another Intellij/Webstorm user here. I use Intellij mainly for Elixir development, and Webstorm for any JS related work.
They keyboard navigation is so good! I've tried to go back to vscode a few times and just couldn't make it stick. Once you get used to doing everything with the keyboard in Jetbrains apps it's hard to feel as comfortable in other editors.
I started using WebStorm about 5 years ago. I love it. I also tried many other IDEs, but no one of them was such as useful as WebStorm.
Long time PHPStorm user here. I completely understand you, man. It's a great tool, and just the plugins alone are worth the money I'm paying for the tool. That's actually the only software I invest my money into.
I used RubyMine for a bit, but I didn't love it. I've never really been one for full-fledged IDEs though.
Do you work on really large codebases? I've heard that's the best time to use a true IDE.
I love using RubyMine for any size project, even single scripts (using the scratch file functionality). RubyMine just does an amazing job linking together classes and allowing you to jump into documentation and source code of gems you're using. I've used RubyMine for projects ranging from single files to 10k lines of code.
My journey looked like a lot of web devs that have been around for like 5 years:
Dreamweaver -> Sublime Text -> Atom -> VS Code -> Vim
I'm stuck on Vim now and I doubt I'll go back.
I wrote a whole article about it if you're interested!
Article No Longer Available
After reading your article a few weeks ago, I started learning vim :D
Awesome! Enjoy
Cool, thanks for sharing!
i use Vim and gVim with the same configuration
Nice! So you pretty much just use Vundle to get gruvbox? This looks similar to my config (except I just use my terminal to set colors).
This is super minimal! Do you use a file browser like nerdtree?
nop, i just like this way, i try to install the filebrowser but i fail hahah, maybe a bad configuration :(
Might have something to do with Vundle, I don't think it's well maintained anymore. I suggest taking a look at vim-plug
Btw, that is reaaaallly minimal lol nice 👍🏻
Hello fellow gruvbox user!
I switch back to Atom every so often. I hide all of the nonsense menus and statuses and I find it to be cleaner than VSCode.
yes it is the only issue with atom is takes more time to lot the project and lot of ram other than this it can easily beat vscode
I don't think this is the case anymore with the new versions.
It still feels like it takes a bit longer to load projects and will freeze up every once and a while when you try to open a large file, but the cleaner interface and time I've already invested in configuring it exactly how I want is what has always kept me from transitioning to VS Code.
Maybe try the nightly build. I've been using that and it loads extremely quickly.
Cool, I'll definitely give that a try!
Emacs. I have co-workers younger than my .emacs.el file.
Notepad++
Simple and minimal; yet super powerful.
Do you use Notepad++ for more than just scripts? I've been away from Windows for some time, but I used to use it to write some small scripts and SQL. I felt it would struggle with a larger project, what has your experience been?
I do lots of stuff in Notepad++
Writing articles
Writing my daily tasks (todo list apps are time consuming, time gets wasted just playing with the UI)
Organizing ideas (like before making a feature in an app, I write all the correlated stuff to do)
Outlining whatever before start to write (like before sending an email, I list what should be included and what should be highlighted)
I love the idea that you can check whatever line (like a checklist) or open a new tab or switch between tabs with ctrl+tab or close it just like web browsers or auto-save any letter you write... it's just awesome!
I actually keep it open all the day, it has lightweight footprint on memory and cpu.
Glad to see there's another Notepad++ fan.
I had some experience with notepad++ for web development but when i code php when into js framework project notepad++ just true garbage piece of software .. moved to sublime and vscode
I love sublime as much as you love this notepad. I rely on notepads and spoken words captured at work. Tabular notes are my favourite
Notepad++ here as well, on Windows. Haven't found the need to switch
I've recently started messing with Doom Emacs. I began my Emacs journey as a Vim user with Spacemacs, then started fresh and rolled my own config from scratch, and now I want somewhere in between. It "just works" but is also closer to just regular ol' Emacs than what I got with the Spacemacs system. I'll probably stick with this for a while. Screenshot from the repo:
(and VS Code ofc)
I took a look at Doom Emacs when I picked up Spacemacs and it looks promising. I'm always afraid of spending too much time configuring stuff, so I've just stuck with Spacemacs!
Pretty much. Vanilla Emacs was fun but man was it unproductive. I don't find Doom Emacs to require significantly more tweaking than Spacemacs, YMMV.
Vim.
I tried a couple of times to switch to Emacs w/ Evil because I, too, think Emacs + Vim is probably the best editor. Think is I always had issues finding the alternatives the few plugins I use in Vim. And in the end, I ended going back to Vim :)
I was put off by how you needed a separate plugin for evil mode in dired
Vim is super nice for simplicity, but I am afraid of spending too much time in config files! That has always kept me away from using it exclusively.
I did lose my self at first. But the thing to do is start fresh and see what's missing in your workflow. 99% of the time, there is something out there. It will grow with time but you don't need much at all to be productive.
I might give Spacemacs a try one day. Who knows.