The extension enables user to Copy Multiple values and those values can be pasteds accross the Visual Studio Code.
The Application will allow user to simultaneously copy 10 values and retain them in the memory and paste those 10 values on the editor. So it extends the features of 'Ctrl + c' and 'Ctrl + v' to next level so that 10 more values can be copy pasted.
In order to copy, select the test to be copied using 'Ctrl + 0', 'ctrl + 1' .... 'ctrl + 9'. Similarly the value copied on 'ctrl + 1' can be pasted back to editor using 'Alt + 1' and so on.
** For Mac: Use 'Control' in place of 'Ctrl' and 'Option' in place of 'Alt'
Features
Issue Type: Bug Working with Visual Studio Code 1.27.2 on a Mac OS High Sierra 10.13.6. For the last 30 minutes, I've been unable to save any file in VSC. If I reboot, the unsaved file has persisted in VSC, and I can save that file. But don’t take my word for it: here are five reasons to give Visual Studio for Mac another go! The C# Editor in Visual Studio for Mac is Completely New. Roslyn, the.NET compiler platform, is now in the Visual Studio for Mac editor - making your intellisense as powerful as its big brother on Windows. As you may know, Visual Studio’s cut and copy commands are useful for more than just selected text. If you invoke them when there is no selection, VS will cut or copy your entire line, which saves you the trouble of selecting the line before adding it to the clipboard. Build rich, enterprise-class, line of business Windows desktop applications using WPF,.NET and Visual Studio. Download Visual Studio IDE for free today.
Following are the features for the Extension:
- Copy Multiple Values from the Visual Studio Editor
- Selected Editor Text can be copied using 'Ctrl + 0', 'Ctrl + 1' ... 'Ctrl + 9' (For Windows)
** For Mac, press 'Control + 0', 'Control + 1' ... 'Control + 9'
- Each value is copied at its respective index
- Paste value at the selected index to the current Editor Curson Location
- Value can be pasted using 'Alt + 0', 'Alt + 1' ... 'Alt + 9' (For Windows)
** For Mac, press 'Option + 0', 'Option + 1' ... 'Option + 9'
Bored With the Conventional Options of Copy Paste
Lets Enable Extension to Copy Multiple Values using 'Ctrl + 0'
Copy another Value at Location 1 using 'Ctrl + 1'
We can Copy upto 10 Values
Paste The Value using 'Alt + 0' ... 'Alt + 9'
Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
Requirements
We do not have any external Dependency for the Extension.
Working with Markdown
Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+
on macOS orCtrl+
on Windows and Linux) - Toggle preview (
Shift+CMD+
on macOS oralt+
on Windows and Linux) - Press
Ctrl+Space
(Windows, Linux) orCmd+Space
(macOS) to see a list of Markdown snippets
For more information
Visual Studio Community For Mac
Enjoy!
Visual Studio Mac Vs Windows
Creating Extension
Visual Studio Duplicate Line Machine
- Create application using: 'yo code'