QuickDev is a VS Code extension that allows you to save selected text or custom content to a file in a specified directory. You can also change the directory where the files are saved.
Features
Save selected text or custom content to a file.
Change the directory where files are saved.
Automatically determine the file extension based on the content.
Commands
extension.changeSavedDirectory
Changes the directory where files are saved.
Open the command palette (Ctrl+Shift+P or Cmd+Shift+P).
Type Change Saved Directory and select the command.
Choose a folder to save the files.
extension.dumpSelection
Saves the selected text or custom content to a file.
Select the text you want to save in the editor.
Open the command palette (Ctrl+Shift+P or Cmd+Shift+P).
Type Dump Selection and select the command.
If no text is selected, you will be prompted to enter custom content.
If the saved directory is not set, you will be prompted to choose a folder.
Enter a description for the file (optional).
The file will be saved in the selected directory with a name based on the current date and time.