A VS Code extension that automates the process of moving code blocks between designated markers into a specified file, creating the necessary folder and file structure if they don't already exist.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A VS Code extension that automates the process of moving code blocks between designated markers into a specified file, creating the necessary folder and file structure if they don't already exist.
Features
Automatically moves code between // @start - <path> and // @end markers to a specified file.
Supports dynamic paths specified in the @start marker.
Creates the target folder and file if they do not already exist.
Ensures seamless integration and organization of your codebase.
Usage
Add the // @start and // @end markers around the code you want to move in any file. Specify the target path in the @start marker: