codenew README
This is the extension for creating a new file and folder by the same key binding (cmd + n ).
Features
- Create a new file and folder by the same key binding (
cmd + n ).
Requirements
No any requirements.
Extension Settings
This extension contributes the following settings:
"commands": [
{
"command": "extension.newFile",
"title": "New File"
},
{
"command": "extension.newFolder",
"title": "New Folder"
}
],
"keybindings": [
{
"command": "extension.showCustomPalette",
"key": "cmd+n",
"when": "editorTextFocus || explorerViewletVisible"
}
]
Known Issues
No any known issues.
Release Notes
1.0.0
Initial release
| |