Shahabix
Shahabix is a set of useful features for VSCode, named after myself, obviously.
Features
Here are the features:
- Revealing (showing) the active file in Windows explorer / Finder.
- Revealing (showing) the workspace root folder in Windows explorer / Finder.
Requirements
Just run VSCode 1.20 or higher.
Extension Settings
Shahabix contributes the following settings:
shahabix.statusBar.enableShowPath: Show file path in statusbar. (Default: true)
shahabix.statusBar.showFullPath: Whether or not to show full path in statusbar. If not, shows the path relative to the root folder. (Default: false)
shahabix.reveal.file.showInContextMenu: Show the 'Reveal file in folder' option on right-click. (Default: true)
shahabix.reveal.file.showInTitle: Show the 'Reveal file in folder' button in the editor title bar. (Default: true)
shahabix.reveal.file.showInExplorerTitle: Show the 'Reveal file in folder' button in the explorer title bar. (Default: true)
shahabix.reveal.root.showInContextMenu: Show the 'Reveal root folder' option on right-click. (Default: false)
shahabix.reveal.root.showInExplorerTitle: Show the 'Reveal root folder' button in the explorer title bar. (Default: true)
Release Notes
0.1.1
- Initial release of Shahabix.
- Added Reveal options for the active file and workspace root folder.
- Added LICENSE file.
| |