StacksJar
Made with 💖 by Arif Shaikh with all Passion.
Copy Multiple Lines from different files in Vs Code
While coding we might have felt a need copying multiple lines of code from different files and folders and paste all together in a single file. We don't have such option in our OS but our VS Code Editor provides an extension by which we can do this very easily and boost our productivity.
In this post we are going to checkout an amazing extension for visual studio code Multicopy. This software extension lets you copy and paste multiple snippets of code in your workspace. We can copy multiple lines of code from different files using this extension.
This is a simple to use and handy extension which is very useful when you are working in development. It has a feature which allows to add code snippets to the memory called as stack. Then you can easily use and paste the snippets saved in the stack wherever you need. And you can anytime Delete all the saved Snippets from the stack.
Multicopy Usage Steps.
cmd+shift+c
(on Mac) or ctrl+shift+c
(on Windows)..
and you get the list of snippets.alt+m
.Hope you find this post useful.
Happy Coding!