
A collection of useful context menu commands for VS Code explorer and editor that you never knew you needed.
Features
- Open as Workspace - Open any folder as a new VS Code workspace window
- Open TensorBoard Here - Launch TensorBoard directly from the explorer with automatic port detection
- Duplicate - Copy files/folders with a new name (preserves symlinks)
- Copy Parent's Path - Copy the parent directory path to clipboard
- Copy Stem - Copy filename without extension to clipboard
- Copy Name - Copy full filename to clipboard
- Insert Path to Terminal - Send full path to active terminal
- Insert Relative Path to Terminal - Send workspace-relative path to terminal
- Insert Stem to Terminal - Send filename stem to terminal
- Insert Name to Terminal - Send filename to terminal
All the copy/insert commands above, plus:
- Select for Compare - Mark a file for comparison
- Compare with Selected - Diff the current file against the previously selected file
Installation
From VS Code Marketplace
- Open VS Code
- Press
Ctrl+P / Cmd+P
- Type
ext install the-missing-menu
Manual Installation
- Download the
.vsix file from Releases
- Open VS Code
- Press
Ctrl+Shift+P / Cmd+Shift+P
- Type "Install from VSIX"
- Select the downloaded file
Usage
Right-click on any file or folder in the VS Code Explorer or Editor title bar to access the new commands.
Requirements
Screenshot
License
MIT
| |