Copy Filename Pro
A vscode extension used to copy filename, directory and path
Features
- 📝 Support copying filename (with or no extension)
- 📖 Support copying directory
- 🌈 Support copying absolute or relative path (no extension)
- 🌍 Support internationalization
Usage
Copy Filename Or Directory
Copy Path
Key Bindings
The default keybindings of this extension are as follows
{
"command": "copy-filename-pro.copyFileNameWithExtension",
"key": "ctrl+shift+w", // windows
"mac": "cmd+shift+w", // mac
},
{
"command": "copy-filename-pro.copyFileNameWithoutExtension",
"key": "ctrl+shift+n",
"mac": "cmd+shift+n",
},
{
"command": "copy-filename-pro.copyDirectory",
"key": "ctrl+shift+d",
"mac": "cmd+shift+d",
}
If you want customize keybindings, just click Setting
icon and Keyboard Shortcuts
. Then you will see a page with search bar and keybinding list, input copy-filename-pro
and search.
Internationalization
The default language is english
. If you have added chinese vscode extension in vscode extensions, the language of copy filename pro
extension will be changed to chinese automatically after restarting vscode.
Feedback
If you encounter problems or have good ideas and suggestions, please report here.
ChangeLog
ChangeLog
License
MIT