I don't know how is it now, but I've used it for a couple of months for web dev on my mac and switched to Atom when noticed my cpu was 70%+ of usage all the time. I suspected it was because of the typescript plugin, but honestly I don't care Atom doesn't do that and I'm happy with it.
VS Code can do that?
41–50 of 280 posts
Re: VS Code can do that?
#42And yet it still doesn't respect the Insert key. https://marketplace.visualstudio.com/items?itemName=adammara...
People actually use "work deletion mode" on purpose? I've always wished this key at least had an LED indicator along with Caps Lock.
Re: VS Code can do that?
#43My favorite is multi-selection mode. It's not the same as "Column Mode" you find in other IDEs but try it and you will never want another editor again: (Option)Alt-Cmd + Down or Up arrow key From there, you can use arrow keys as normal, but instead of controlling one carrot, you control all the ones you created. So if I use the shortcut key to move to the next word, they all do, same with end of line, or what have yo…
I'm not sure where this feature originated, but it's been a core feature of Sublime for as long as I've used it, and is also broadly available in other editors. Definitely not a VS Code-specific thing, though it's still great!
Re: VS Code can do that?
#44Earlier quoted context omitted.
Is it really an issue? I think I start my editor only when I do the update and I have to reset my mac.
I am on a fairly RAM constrained workstation (4GB) so I have no choice but to close it when I'm not using it. Otherwise I'll spend just as long swapping as I would opening a new instance.
Re: VS Code can do that?
#45Re: VS Code can do that?
#46For the past 2+ years I've continued to be amazed by VS Code. The most amazing thing about it, it works best (in my experience) on Linux.
Re: VS Code can do that?
#47Earlier quoted context omitted.
What is your workflow like that a few second delay is a major blocker? I used to feel the same way early in my career. Now I don’t feel the need to be in a rush all the time.
I've seen some people make the argument that they want to use their editor for quick edits to single files, which is a fine use-case. However, VS Code is really not designed to be optimized for that case. It's really about editing code (hence the name) as opposed to quick edits to configs, etc. It's usually best if one knows a few different tools designed for different scenarios. Right tool for the job.
Re: VS Code can do that?
#48Earlier quoted context omitted.
why?
Speed. Sublime and Vim still have quite a considerable lead on VS Code for example (even if VS Code is much better than Atom).
I'm not saying that it wouldn't have been as successful, but we're here, now, and it is. It's a great product regardless of the fact that it's written with HTML/CSS/JS.
Re: VS Code can do that?
#49My favorite is multi-selection mode. It's not the same as "Column Mode" you find in other IDEs but try it and you will never want another editor again: (Option)Alt-Cmd + Down or Up arrow key From there, you can use arrow keys as normal, but instead of controlling one carrot, you control all the ones you created. So if I use the shortcut key to move to the next word, they all do, same with end of line, or what have yo…
I've had issues in IDEs where they have shitty implementations of multicursor that break that example.
Re: VS Code can do that?
#50If only the core was some sturdy C++ or Rust or whatever as opposed to JS and a nice GUI/Canvas lib as opposed to DOM.