MultiEdit icon indicating copy to clipboard operation
MultiEdit copied to clipboard

Add Sublime's Ctrl+D

Open EhsanKia opened this issue 11 years ago • 13 comments

Hey, I saw this recommendation in the comments, but there hasn't been any follow backs.

Any chance we could get this? In Sublime, pressing ctrl+d basically simply adds the next occurrence of what you have selected to the selection. if you have nothing selected, it uses the variable under your cursor. This would be a super neat feature to have.

EhsanKia avatar Dec 21 '13 22:12 EhsanKia

+1, "ctrl+d" is a "killer feature" in ST, it would be nice to have it in VS.

overlord avatar Dec 22 '13 09:12 overlord

I think the main thing we need to code up, is multi-selection logic. If anyone is willing to build up a multi-selection handler, I think we can add tons of cool features. Any takers?

AlaShiban avatar Dec 23 '13 09:12 AlaShiban

:+1: on multi selection logic.

ctolkien avatar Jan 20 '14 01:01 ctolkien

I'd be willing to make a pass at multi-selection logic.

jmartin84 avatar Mar 06 '14 20:03 jmartin84

Make sure you have the Visual Studio SDK installed

AlaShiban avatar Mar 06 '14 20:03 AlaShiban

It seems that upgrading the solution to vs2013 is a one way upgrade, so I guess I'll just submit a pull request without the changes to the csproj file? Any new files would need to be re-added by hand.

jmartin84 avatar Mar 06 '14 22:03 jmartin84

I don't have a problem with upgrading it to vs2013, I like 2013 :)

On 6 March 2014 14:20, Justen Martin [email protected] wrote:

It seems that upgrading the solution to vs2013 is a one way upgrade, so I guess I'll just submit a pull request without the changes to the csproj file? Any new files would need to be re-added by hand.

Reply to this email directly or view it on GitHubhttps://github.com/AlaShiban/MultiEdit/issues/5#issuecomment-36944851 .

AlaShiban avatar Mar 06 '14 22:03 AlaShiban

Do you mind if I rebuild the project into the 2013 sdk project type? That will allow me to run the extension directly rather than having to install and uninstall the extension over and over again to test it.

jmartin84 avatar Mar 08 '14 21:03 jmartin84

You might be able to put together the multi-select logic from this project: https://github.com/youfbi008/SimilarHighlight

AlaShiban avatar Mar 19 '14 22:03 AlaShiban

This project seems to be what we're all looking for.

henrynguyen7 avatar Jul 02 '15 18:07 henrynguyen7

Sweet! Let us know how it works out - glad folks are up-ending each other in the community, just what we need for our ecosystem :)

AlaShiban avatar Jul 02 '15 18:07 AlaShiban

Thank you very much @henrynguyen7 I LOVE U :heart:

AlbertoMonteiro avatar Jul 02 '15 18:07 AlbertoMonteiro

I tried MixEdit for a while and it does have more functionality than MultiEdit, but is also a bit buggy. Hopefully both projects will improve over time. Note too that MixEdit is commercial, so you'll have to buy a license to disable the nag screen.

drewnoakes avatar Jul 03 '15 12:07 drewnoakes