Which one do you prefer and why?
- VS Code
- Atom
- Sublime Text
- Brackets
- Emacs
- Notepad++
Which one do you prefer and why?
For further actions, you may consider blocking this person and/or reporting abuse
Teja Kummarikuntla -
ThemeSelection -
Nick Taylor -
Ivan Novak -
Once suspended, realabbas will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, realabbas will be able to comment and publish posts again.
Once unpublished, all posts by realabbas will become hidden and only accessible to themselves.
If realabbas is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Ali Abbas.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag realabbas:
Unflagging realabbas will restore default visibility to their posts.
Top comments (53)
I don't understand why Sublime Text 3 is not so popular or well known among developers. I've been using Sublime Text 3 for many years because it's incredibly fast and you can install a plugin for everything. It's also very clear and simple.
I've used ST2, ST3, and Atom (among others), and I can say that it's really down to which defaults you like better and if you need some random feature or package that isn't in one of them.
Also, how much you're willing to put up with nagware. ST2/3 is either a significant investment or periodically pulls a winrar. Atom is roughly the same product for nothing.
I know a bunch of developers who use Notepad++ for everything. Oh, and the one guy who used Dvorak layout and coded in Vim. (I think as a team of developers grows, the odds of having one of those guys approaches one.)
It is an interesting assumption that everyone is in two very specific editors.
It's not "how much you're willing to put up with nagware", it's "whether you're prepared to breach the license agreement and use the software illegally".
I need some IDE style features out of the box and Sublime Text 3 didn't really cut it for me. It's my go to for editing a one-off file, but VSCode is a nice middle ground between a full blown IDE and a text editor. Atom is just too slow for me.
Also, unless they've improved their sidebar APIs significantly in the last year, there isn't a plugin for everything I want ST3 to do, unfortunately.
It's super performant and flexible and a great choice for a lot of workflows, but I've found VSCode works better for mine
Hi ! I actually love sublime text 3 than any other IDE's because of the simplicity. Especially the tab shortcut for html tags.
Exactly. I too use it when designing HTML, CSS and JS Static Web Pages.
This is available in pretty much every editor. It is called Emmet. Emmet can do a lot more than just expand simple tags, you should watch a few videos about it and you will like it even more than you do now!
Vscode has Emmett baked in. Sometimes you have to declare it for some languages like Vue but out of the box, html/css works great
It's closed-source, proprietary-licensed, relatively-expensive, and not an IDE.
For me, It is because it is not free and VSCode is and it has been developed well for web developers - though I would still prefer sublime if I had the money, and will switch to it later probably. But for now, I get a lot of similar set of features in VSCode so yeah kinda gets the job for me.
Stack overflow survey, tools: insights.stackoverflow.com/survey/...
vs code is nice but sublime text is king when it comes to performance.
I agree. Sublime text is light and doesn't consumes RAM that much as compared to VS Code.
I use neovim, it requires some configuring but I have everything I need that other editors offer. Mainly, I use it for the window controls and terminal integrations. Vim plugins for other editors are ok but have limitations.
Hello. May be do you share your favorite plugins for neovim?
Hello there George! This may be of help (copy & paste from my init.vim):
Great 👍🖖
Thanks.
Also, this article explain some of them: medium.com/@huntie/10-essential-vi...
My nvim config is on GitHub.
github.com/miniscruff/dotfiles/blo...
If you use VS Code, try VS Codium : vscodium.com/ is a Free/Libre Open Source Software Binaries of VSCode.
Microsoft’s vscode source code is open source (MIT-licensed), but the the product available for download (Visual Studio Code) is licensed under this not-FLOSS license and contains telemetry/tracking.
The VSCodium project exists so that you don’t have to download+build from source. This project includes special build scripts that clone Microsoft’s vscode repo, run the build commands, and upload the resulting binaries for you to GitHub releases. These binaries are licensed under the MIT license. Telemetry is disabled.
Both are from Microsoft 😬 and VS seems to be more popular, so that‘s where more plugins etc. will be written for. That makes it my choice. Also it has the best out-of-the-box config for front-end-web-development, so it’s a good choice for beginners, too. The Electron-part bothers me a bit, but almost all desktop-apps I use are web-based (except Safari) so I just don’t care anymore tbh
I love Sublime Text for its simplicity and speed, I even paid for the license to support its development, but I have to recognize sometimes it falls short on features for more complex projects and for those I reach for PHPStorm. If I have to go for an IDE, I rather go with a full featured one than a half-assed like VSCode.
I used and loved Atom for years. I was always nervous of using Microsoft software. I noticed that more and more respected developers were talking about using VS Code.
Then Microsoft bought GitHub. I decided that I might as well give VS Code a try. Now I really like it. It's not that much different to Atom IMHO but it's a good tool. I noticed that a lot of features that I liked in Atom have made their way into VS Code. Things like collaborative remote working for example.
I'm a little more than disturbed that Microsoft bought Github, and shortly after Atom started pestering me to try VSCode. Actually I'm annoyed. It smacks of "embrace, extend, extinguish." It triggers my PTSD whought from decades of shabby Microsoft software not doing the right thing and stealing my time as a result. No thanks.
Sublime when I need to quickly open something simple, IntelliJ if I want to work on it more than 15min. Removing everything except code window (even tabs and line numbers) from IDE makes much more pleasant to use, looks like a text editor. And it's very fast too if you don't count load time, faster than vscode or atom.
add emacs to this list
Okay👍
And vim\neovim 😋
I'm curious about the future of Atom in general.
I made another #discuss post with some questions there if anyone cares to weigh in:
Is there a future for the Atom editor?
Ben Halpern ・ 1 min read
I am a VS Code fan but I've never used Atom so it wouldn't be fair for me to compare them. I've stopped using PyCharm in favor of VS Code for python, and for javascript it's a slam dunk. VS Code is light weight and setting it up for your needs is relatively easy. I am not a huge fan of MS products but this one is great and ironically its one of their free products.
I have tried brackets, sublime, atom and vscode.
I love Vs Code for its extensions and faster load. I tried Atom but it took time to open the app. I have also used sublime for 1 and half year. The keymaps for sublime is great. Thankfully, VS Code support keymapping of sublime.
I am currently using VS Code. I love its project manager extension which helps to switch between projects easily.
Vs Code
I've tried all of them, and made a more detailed answer here stackoverflow.com/a/40842224/2398593
I'm also talking about angular is that answer but on the ide part I'd still use VSC no matter which JS/TS I'd work on :)
I think both are very usefull, but i think Atom is like a normal text editor with features while VS Code is more for developer, but i like to use Atom.
WebStorm in my case 🙂
But VSCode is awesome as well!