vscode-pastinatorA WIP productivity plugin for vscode that creates a new file when you paste code on the file explorer. Let's be honest, we all copy and paste code from stackoverflow. So let's do it the fastest way possible! Inspired by IntelliJ. It has this feature and it evens read the class name to automaticly name the file. This is my first extension so if you have issues, please create an issue on Github! How to useSimply copy some code from anywhere. In this example, in dome documentation. In vscode, simply select a file or folder in the explorer and you can either:
Then, enter the wanted filename for this file. And there it is! Your copied file all ready in a single file. Subfolder creationIf you want to put the file in CompatibilityThis extension does not analyse any code, so this should work with any language. Extension SettingsThere are no settings for now. If you have ideas, let me know with an issue! Planned features
Known IssuesNone for now. Please let me know if you encounter some! Release Notes0.0.1First release, this is my first vscode extension so I can't say this is stable. 0.0.2Some fixed and additions to the Readme 0.0.3Resolved issue #001 (CTRL+V) |