-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededworkbench-tabsVS Code editor tab issuesVS Code editor tab issues
Milestone
Description
- VSCode Version: Code 1.13.1 (379d2ef, 2017-06-14T18:13:05.928Z)
- OS Version: Darwin x64 16.1.0
- Extensions: the listing length exceeds browsers' URL characters limit
| Element | Toggled Setting | Keybinding Command | Contextually Located Keybinding*** |
|---|---|---|---|
| Tabs | workbench.editor.showTabs |
workbench.action.toggleTabsVisibility ** |
ctrl+cmd+w |
| ActivityBar | workbench.activityBar.visible |
workbench.action.toggleActivityBarVisibility |
ctrl+cmd+a |
| Sidebar | * | workbench.action.toggleSidebarVisibility |
ctrl+cmd+s |
| Statusbar | workbench.statusBar.visible |
workbench.action.toggleStatusBarVisibility |
ctrl+cmd+x |
* As far I could tell, there is no workbench.statusBar.visible, only workbench.sideBar.location.
** Proposed keybindings action
- I wrote its prefix as such as the other toggleable areas are in
/workbench/browser/actions/even though the settings is underworkbench.editorand as I didn't findeditor/actionssection or the sort. But I am unfamiliar with the conventions and structure of this project. ¯\_(ツ)_/¯.- Perhaps change
workbench.editor.showTabs->workbench.tabBar.visibleto follow suite?
- Perhaps change
*** These are my own keybindings I use for the commands. Their positions on a keyboard (qwerty) make them easy to reach and physically represent what area of the editor they are toggling.
- For windows users
cmd->alt
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededworkbench-tabsVS Code editor tab issuesVS Code editor tab issues