As much as I wanted to like Atom over VS Code, I find myself changing and starting most of my new projects in VS Code exclusively. One thing that surprised me that VS Code didn't have was multiple cursors?? (like Atom and Sublime have by default). I didn't realise how much I use that feature (for renaming variables in a short procedure/function block etc). There is probably a plugin for that somewhere, I guess.
It does have multiple cursors. See https://code.visualstudio.com/Docs/editor/codebasics#_multip...
Visual Studio Code 1.7
41–50 of 180 posts
Re: Visual Studio Code 1.7
#42I recently switch from atom, but the one thing I hate is that it doesn't save open files or folders between runs
Re: Visual Studio Code 1.7
#43I recently switch from atom, but the one thing I hate is that it doesn't save open files or folders between runs
Re: Visual Studio Code 1.7
#44As much as I wanted to like Atom over VS Code, I find myself changing and starting most of my new projects in VS Code exclusively. One thing that surprised me that VS Code didn't have was multiple cursors?? (like Atom and Sublime have by default). I didn't realise how much I use that feature (for renaming variables in a short procedure/function block etc). There is probably a plugin for that somewhere, I guess.
Re: Visual Studio Code 1.7
#45Microsoft and TypeScript team are doing amazing work with this editor! There are so many interesting features in it, gave it a shot few weeks ago and was really satisfied. And it is probably the first electron app that didn't feel like rest of the bunch, that are pretty much hogs and not very responsive (especially when we talk about editors and IDEs). But you know, I can't hang Emacs and Vim on the wall and leave th…
Re: Visual Studio Code 1.7
#46The one unfortunate thing about it is that it doesn't work/isn't packaged for Raspberry Pi. I don't understand why they don't make a package for the pi, if it's a JS app anyways
Re: Visual Studio Code 1.7
#47I still prefer using the free edition of VS2015. Maybe too stuck in my ways.
I have no idea why anyone would prefer VS Code for C++ or C#/.NET work on Windows. For everything else, Visual Studio has never been particularly great.
Last time I tried to install Visual Studio it was like 9gbs for the core.
Re: Visual Studio Code 1.7
#48As much as I wanted to like Atom over VS Code, I find myself changing and starting most of my new projects in VS Code exclusively. One thing that surprised me that VS Code didn't have was multiple cursors?? (like Atom and Sublime have by default). I didn't realise how much I use that feature (for renaming variables in a short procedure/function block etc). There is probably a plugin for that somewhere, I guess.
The keyboard modifier for an additional cursor is Alt instead of Ctrl in VS Code. Maybe that's why you haven't found it.
Re: Visual Studio Code 1.7
#49I was wondering, like there is usually a "recommended plugins" list for Vim, does such a thing already exist for VS code?
Already exists, use the extensions panel (the square icon in the left most side of VSCode)
Re: Visual Studio Code 1.7
#50As much as I wanted to like Atom over VS Code, I find myself changing and starting most of my new projects in VS Code exclusively. One thing that surprised me that VS Code didn't have was multiple cursors?? (like Atom and Sublime have by default). I didn't realise how much I use that feature (for renaming variables in a short procedure/function block etc). There is probably a plugin for that somewhere, I guess.
It actually does have multi cursor. Try cmd + D to highlight multiple instances of a selected block, just like in sublime.