Friday, March 22, 2013

If CTRL-V is your coding friend (admitted or not), Check out Paste FixR

Visual Studio Gallery - Paste FixR

Fixes the issue where copied text from IE or Word introduces new blank lines when pasted into Visual Studio.

Open source and pull requests accepted https://github.com/madskristensen/PasteR

How it works

Just paste any copied code into VS as you normally would. Paste FixR takes care of the rest.

Paste FixR fixes the issue where copied text from IE or Word introduces new blank lines when pasted into Visual Studio. It works by injected itself just before the actual Paste command it executed. From here, it analyses the copied text and removes the extra inserted blank lines.

Typically, the extra blank lines occur on every second line and only in this case is the copied text modified.

..."

I never Bing for Code and paste it it... um.... no... never...

OKAY! Fine! Hell, why code it when I can paste it! Fine!  LOL

Anyway... Who doesn't paste code now and then? And while this extension isn't a must have, it does help solve a nagging behavior...

No comments: