DEV Community

Deepak Yadav
Deepak Yadav

Posted on

Pick one: VS code or Sublime Text

Catch me on : GitHub || Codepen || Instagram

Code editor is the most required tool for the programming, so we need to pick the best one with wide range of features to enhance the coding experience.

It's really hard to pick one so lets decide together, everyone's opinion matters equally.😇🤝❤️

Happy coding 😇🌍.
Catch me on : GitHub || Codepen || Instagram

Top comments (25)

Collapse
 
lksmrqrdt profile image
Lukas Marquardt

I love Sublime, as it's fast, flexible, and powerful.
But I must say that VS Code won my heart and made me way more productive. There're way more valuable add-ons, thanks to the larger community.

Collapse
 
deepakydv9315 profile image
Deepak Yadav

wohh 🔥🔥, amazing explanation

Collapse
 
souksyp profile image
Souk Syp.

Same same but different.

Collapse
 
redhap profile image
HAP

VS Code/Codium. Hands down. Final answer.
I used Sublime for awhile, then switched to Atom, then to VS Code then to Codium.

Although if you have the duckets, then JetBrains makes a pretty awesome IDE.

Scintilla is right out!

Collapse
 
deepakydv9315 profile image
Deepak Yadav

🤝🔥

Collapse
 
simongreennet profile image
Simon Green

I used vim for over twenty years, but finally converted to VS Code last year. It does nearly everything I want, and is easier to used than vim. For example, if I am writing a Markdown file I can see the visual representation in the same tool. Pylance highlighting is the awesomesauceness that finally convinced me to use VS Code.

The only time I fire up vim these days is if I need to run macros on a file.

Collapse
 
l3lackheart profile image
l3lackheart

Have you tried this? github.com/VSCodeVim/Vim

Collapse
 
deepakydv9315 profile image
Deepak Yadav

no, but I will 😇

Collapse
 
deepakydv9315 profile image
Deepak Yadav

I personally use VS code, by the way your explanation is usefull 🔥

Collapse
 
jonrandy profile image
Jon Randy 🎖️

Sublime Text - way faster than VS Code, and every bit as customisable

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

VS Code cuz it's what has the Vim integration which is what I've been using the past 3 years or so.

Collapse
 
codeystein profile image
codeyStein

VScode, but don't really trust my opinion since I haven't used Sublime, I know there a people with strong opinions with Vim, but I'm learning Vim and I'm kinda liking it so far.

Collapse
 
dcblog profile image
David Carr

I used to use ST for everything now I tend of only use it for opening large logs no other program can handle them as well.

The great thing about vscode is the extensions that are the target for most plugin developers, it had just about everything you coulld need.

What's really won me over are the integrated terminal and remote containers.

With remote containers I can connect to a remote server and use it as if it was a local file system, this allows you to go fully remote ie your "localhost" becomes a remote VPS. Or id you need to work on a project over SFTP but has SSH access then you can connect to it with remove container.

You do have to install a lot of extensions to be fully at home with it, I have 49 extentions installed. But once installed you can sync your settings.

Or another benefit is if you use Github you can edit a public repo in vscode in a browser by going to a repo and simply pressing . on your keyboard or even using codespaces all your settings/keybings and themes are sync to match your local installation.

Honestly its a hard combination to beat.

I loved ST but it hasn't been able to keep up with the likes of vscode or for a full blown IDE there's Jetbrains products like PHPStorm.

Collapse
 
gnsp profile image
Ganesh Prasad

I have been using vim for 10+ years now. It's productive for me, because of the muscle memory, and the fact that i don't need to get my hands off the keyboard.

I would say, using one editor consistently for years makes you more productive than using an IDE with 100 convoluted features that you may not even need.

Collapse
 
raguay profile image
Richard Guay

I use OniVim2 which takes VS code extensions as well (But, not 100% compatible and currently not actively developed, but it’s still good). My second is NeoVim with the LunarVim configuration (very fast and very nice). After that, I sometimes use Sublime Text 3 (last one I licensed) mostly for the Text Pastry extension.

The vim emulation in Sublime and VS code are not that great, in my opinion.

Collapse
 
uzair004 profile image
Muhammad Uzair

VsCode for sure, I have used both. even though sublime is lightweight but VsCode is cool

Collapse
 
dreams77 profile image
Ahlam77

VS code all the way for sure !

Collapse
 
gjorgivarelov profile image
gjorgivarelov

VS Code. Now that it runs natively on Apple silicon, without Rosetta.

Collapse
 
aymxdd profile image
aymxdd

Sublime to edit single random files on my computer and vscode to work on actual projects

Collapse
 
drsensor profile image
૮༼⚆︿⚆༽つ

GitHub logo helix-editor / helix

A post-modern modal text editor.

Helix

Build status

Screenshot

A kakoune / neovim inspired editor, written in Rust.

The editing model is very heavily based on kakoune; during development I found myself agreeing with most of kakoune's design decisions.

For more information, see the website or documentation.

All shortcuts/keymaps can be found in the documentation on the website.

Troubleshooting

Features

  • Vim-like modal editing
  • Multiple selections
  • Built-in language server support
  • Smart, incremental syntax highlighting and code editing via tree-sitter

It's a terminal-based editor first, but I'd like to explore a custom renderer (similar to emacs) in wgpu or skulpin.

Note: Only certain languages have indentation definitions at the moment. Check runtime/queries/<lang>/ for indents.scm.

Installation

Packages are available for various distributions (see Installation docs).

If you would like to build from source:

git clone https://github.com/helix-editor/helix
cd helix
cargo install --path helix-term
Enter fullscreen mode Exit fullscreen mode

This will install the hx binary to $HOME/.cargo/bin and build tree-sitter grammars If you want…

Collapse
 
dilutewater profile image
Rachit Khurana

If I am working on a project then hands down VS Code. Else for single file/ quick editI prefer Atom but its getting discontinued soon 😭. Will switch to sublime for that purpose soon.