Skip to content

Add toggleTabsVisibility to keybinding actions #30314

@SidIcarus

Description

@SidIcarus
  • 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 under workbench.editor and as I didn't find editor/actions section or the sort. But I am unfamiliar with the conventions and structure of this project. ¯\_(ツ)_/¯.
    • Perhaps change workbench.editor.showTabs -> workbench.tabBar.visible to follow suite?

*** 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

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesverification-neededVerification of issue is requestedverifiedVerification succeededworkbench-tabsVS Code editor tab issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions