- 📝 Support copying filename (with or no extension)
- 📖 Support copying directory
- 🌈 Support copying absolute or relative path (no extension)
- 🌍 Support internationalization
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.
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.
If you encounter problems or have good ideas and suggestions, please report here.