Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free vim add-in for Visual Studio? [duplicate]

vi is for cool kids.

like image 736
Haoest Avatar asked Sep 21 '08 07:09

Haoest


People also ask

How do I duplicate in Visual Studio?

If nothing is selected, Ctrl + D will duplicate the line the cursor is in and insert it right below the line in focus. If you'd like to duplicate a specific set of code, simply select the portion of code you want to duplicate before invoking the duplicate code command.

How do I find duplicates in Visual Studio?

duplicate-finder package A very simple VS Code extension to identify duplicated lines. Select lines where you want to list the lines appearring twice or more, press Cmd+Alt+L and it will print bellow the duplicated lines.

How do I duplicate a selection code in Visual Studio?

So, Duplicate lines => CTRL + D. Move a line/selection of code Up/Down => Ctrl + Shift + UP / DOWN.


1 Answers

After @joe's answer, Jared Parsons created the great VsVim. It's been featured on Visual Studio Gallery. It's a ready extension package. I downloaded it, ran the file and it worked out of the box. It's free, too.

like image 185
kizzx2 Avatar answered Oct 19 '22 02:10

kizzx2