A multi-cursors editing is a technique that allows a user to select multiple lines and make multiple simultaneous edits at once. The multiple cursors feature is available in a Visual Studio Code (VSCode) out of the box. This short note shows how to select and edit multiple lines simultaneous using the VSCode’s multiple cursors feature.
vscode
Reset Visual Studio Code
There are several reasons why you may want to reset a Visual Studio Code (VSCode). Probably your VSCode is sometimes acting weird and the reason of this is a bunch of settings and configurations that you’re not quite sure where they came from. Or maybe your VSCode is extremely slow? May the poor performance be […]
How To Clone Git Repository In Visual Studio Code
A Visual Studio Code (VSCode) has an integrated source control management (SCM) system and supports Git out of the box. Integrated Git support is one of the greatest features of the Visual Studio Code. In this note i will show how to clone a Git repository in the Visual Studio Code.