A Visual Studio Code extension that copies code content to the clipboard to be used as context in artificial intelligence platforms.
- Copy the content of a single file or multiple files to the clipboard using a specific format
- Copy the content of a whole folder and all its files to the clipboard using a specific format
No specific requirements are needed to use this extension.
This extension does not have any settings.
No known issues at the moment.
Initial release.
If you encounter any issues while using this extension or have ideas for new features or improvements, please create a new issue on the GitHub repository.
If you want to contribute to this extension, please fork the GitHub repository and submit a pull request with your changes.
This extension is licensed under the MIT License.
- Update the version number in
package.json
and commit the changes. - Run the
vsce package
command to create a.vsix
file for the new version. - Run the
vsce publish
command to publish the new version to the Visual Studio Code Marketplace.