MultiEditing

Free

Simultaneously edit in more than one location in the editor If you've ever ran into a case where you wanted to quickly change variable names or multiple loop conditions - you can use Multi-Edit to set virtual carets that all behave the same.

(64) Review
Visual Studio
"12", 2012
Download (10,135)
5/16/2013
1.3
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Reviews (64)
Q and A (9)
Sign in to Write a Review
Sort By:

by danwkennedy | February 07 2013

by SpencerGR | February 07 2013

Where have you been all my life! :)

I've always been surprised that VS didn't already have this type of functionality. ReSharper got me most of the way there with Multi Selection, but now I have Multi Point Selection and I'm a happy camper!!

Excellent Job!

by Walt Daniels | February 07 2013

Very nice feature, unfortunately after installing my editor became unusably slow. I would type a line of code and "watch" it come across like an old-tyme teletype machine. Uninstalled.

by udm5200 | February 07 2013

Very useful. Thanks for releasing this tool!

by Toni Petrina | February 07 2013

Simple and quite useful extension for quick refactoring. :)

Good job

by Piggy | February 07 2013

Very good job! Very useful!

Thank you very much.

Alberto

by Michael D Cuesta | February 07 2013

by Ingo Gambin | February 07 2013

Yay! Finally. Great JOB!
Still missing multiedit support for 'enter'-key some automation insert would be cool like
ctrl+alt+1 : insert increasing numbers atselected places 1 2 3 4 ... ctrl+alt+0 : do the same starting with 0 1 2 3 ...
ctrl+alt+a : do it with letters a b c d ...
maybe even add some config menu where you can define your own lists
ctrl+alt+w : mon tue wed thu fri sat sun
... just remembering one of those very cool gedit plugins that exists for ages :-)

Ala Shiban February 07 2013
| Edit |
Delete

I pushed an update for 'Enter' - it should work now

by SeanNewham | February 07 2013

I thought it wouldn't be very useful (after all I'm using a refactoring tool), but actually still awesome.

by Roby075 | February 07 2013

Great tool!!

by MelchiorCorgie | February 07 2013

Rated 5 stars just for the intention, as this is a feature I've missed in VS since I began to work with Sublime Text. Unfortunately, I'm still a 2010 person, so I couldn't try it, but maybe my employer will finally upgrade to 2012 when they see this!

by Jan-Erik Öhman | February 07 2013

Nice addon! For me it will take some time to get used to using it correctly (avoiding CTRL+DEL).

by J.P. Dieleman | February 07 2013

Super extension!

by scott.e1 | February 07 2013

Such a great idea. Should be part of every text editor and office product

by neerajks | February 07 2013

Cool product!!

by Ale5 | February 07 2013

Quick and easy install and works great! Thank you!!

by ctlajoie | February 07 2013

Love it. It does exactly what it says it does.
One mildly annoying thing is that when you undo, you undo a character at a time, whereas in normal editing, VS will undo the last word or several words you typed (since pausing basically).
I hope to see multiple selections some day too!

by Sayed-Ibrahim-Hashimi | February 07 2013

What an awesome extension, works great!

by SteveChad | February 07 2013

Great extension. Extremely useful.

by mmoore99 | February 06 2013

Excellent!

41 - 60 of 64 Items   
Sign in to Start a Discussion


  • Paste support
    2 Posts | Last Post Thu 10:41 PM
    • Great tool; simple and fast.
      
      One suggestion is adding support for paste.
      
      Most of the times I already copied the text I want to insert on multi locations defined by your tool. But when pasting (Ctrl V or right-click paste) it will only only insert on the last location.
      
      Oh and there's no link to here in the Extensions window in VS.
      
      Keep up the great work.
    • Pasting is now supported on 1.3+
  • Sublime - Ctrl+d
    2 Posts | Last Post April 08, 2013
    • Great idea though selecting with the mouse is a bit slow.
      
      Please take a look at Sublimetext http://www.sublimetext.com - it's very easy to select with Ctrl+d and split a selection with ctrl+shift+l.
      
      Could you add something similar?
    • Hey Chris, I'll try getting around to it - I'm planning on open-sourcing my code so people can learn and contribute to it.
  • The extension manifest is invalid
    3 Posts | Last Post March 06, 2013
    • When I try to install this Addon I keep getting an error that says "The extension manifest is invalid", I have Visual Studio 2012 Premium :\
    • ok it worked fine when I installed it from inside Visual Studio, but when I press download here and double-click on it, it gives that error.
    • Ok I figure it out, it's because of a problem I have with the Visual Studio version selector (I have VS 2010's version selector even though I have VS 2012 installed!), you can safetly ignore this :)
  • Is it possible to add SyncEdit mode?
    6 Posts | Last Post March 01, 2013
    • http://www.skorkin.com/2011/06/how-to-implement-the-sync-edit-feature-from-delphi-ide-inside-visual-studio-ide-using-dxcore/#.URMV7idqnwk
      
      It is more intuitive to automatically select items instead of asking users to manually select.
    • Hey Lex - I want the MultiEdit extension to do one thing really well (I still have to polish it more), and nothing else. My guess is that SyncEdit is doable , it could be a good exercise for you to write your own extension (and share it with the world)
      
      I'm writing a tutorial on how to create extensions like MultiEdit, would that be interesting for you?
    • Yes the tutorial would be nice. 
    • Such a tutorial would be very welcome
    • A tutorial would be very interesting. 
    • Check out http://www.alashiban.com/multi-editing-tutorial/ - It's still being modified and tuned (comments would be great). The implementation for this extension is very different, but this gives an idea on how to create editor extensions
  • VB Autocompletion
    1 Posts | Last Post February 16, 2013
    • Hi Ala Shiban.
      First of all, the tool is very good and should be a std feature of the editor.
      I have found a little problem related to the interaction of the Visual Basic editor Autocompletion features with your tool.
      
      If you could check it for the next releases it would be great!
      
      Here and example:
      1. Start
      
      Me.TotalAmountTextBox
      Me.NumberTextBox
      Me.CustomerOrderTextBox
      
      2. Select the end of the 3 rows and start typing "databindings...."
      3. The result:
      
              Me.TotalAmountTextBox.d(a)tabindings("Text").nullvalue=string.empty
              Me.NumberTextBox.d(a)tabindings("Text").nullvalue=string.empty
              Me.CustomerOrderTextBox.d(a)tabindings("Text").nullvalue=string.empty
      
      thank you very much
      Alberto
       
  • Uninstall
    2 Posts | Last Post February 13, 2013
    • How do I uninstall this? I do not see it in the list of extensions I have installed.
    • Should show up in the extension manager:
      http://postimage.org/image/xm26x33sv/
  • Enhance
    2 Posts | Last Post February 08, 2013
    • Think it would be much more effort to add features like the gedit3-plugin imitation has => http://codetree.com.au/static/content/imitation/demo.ogv
    • Great to see this functionality making its way into VS. I use sublime text and it allows you to make a selection then ctrl & d will select the next matching string, press ctrl & d will get the next one, then you can multi edit, does the MultiEditing component support this?
  • VS2010 support?
    1 Posts | Last Post February 07, 2013
    • I'd love to see this extension support VS2010 (and eventually be embedded in VS.next when it's fleshed out and complete).
  • VS2012 Shell
    1 Posts | Last Post February 07, 2013
    • Would it be possible to allow installation into VS2012 Shell?
      It does not want to install.
      Is it only for C# or does it work on any text based file in VS?