| Copy FilenameA simple VS Code extension that adds convenient context menu options to copy file names to the clipboard. FeaturesThis extension adds two new commands to the Explorer context menu: 
Copy File Name - Copies the complete filename including the extensionCopy File Name (No Extension) - Copies only the filename without the extension Usage
Right-click on any file in the Explorer panelSelect either:
"Copy File Name" to copy the full filename (e.g., example.txt)"Copy File Name (No Extension)" to copy just the name (e.g., example)The filename is copied to your clipboard and a confirmation message appears InstallationFrom VS Code Marketplace
Open VS CodeGo to Extensions (Ctrl+Shift+X / Cmd+Shift+X)Search for "Copy Filename"Click Install Manual Installation
Download the .vsixfile from the releases pageOpen VS CodePress Ctrl+Shift+P (Cmd+Shift+P on Mac) to open the command paletteType "Extensions: Install from VSIX" and select itChoose the downloaded .vsixfile Requirements
VS Code version 1.70.0 or higher Extension SettingsThis extension does not contribute any VS Code settings. Known IssuesNone at this time. If you encounter any issues, please report them on the GitHub repository. Release Notes0.0.1Initial release of Copy Filename extension. Features: 
Copy filename with extensionCopy filename without extensionContext menu integration in Explorer ContributingContributions are welcome! Please feel free to submit a Pull Request. 
Fork the repositoryCreate your feature branch (git checkout -b feature/amazing-feature)Commit your changes (git commit -m 'Add some amazing feature')Push to the branch (git push origin feature/amazing-feature)Open a Pull Request LicenseThis project is licensed under the MIT License - see the LICENSE file for details. RepositoryGitHub Repository |  |