'How to unhide/show the 'Activity Bar' on Visual Studio Code?
I accidentally hid the Activity Bar of VS Code. How can I make it visible again?
I checked the 'View' menu bar options but couldn't find an option for the task. Can someone guide me?
Solution 1:[1]
Go to View=>Appearance=>Show Activity Bar as of latest version
Version: 1.41.0
Date: 2019-12-11T18:32:17.711Z
Electron: 6.1.5
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Linux x64 4.15.0-72-generic snap
Solution 2:[2]
You can make a shortcut to hide and unhide the activity bar.
- Open the Command Pallete (Ctrl + Shift + P on Windows/Linux, CMD + Shift + P on macOS) and then type
Keyboard Shortcuts
- Click on
Toggle Activity Bar Visibility
, and choose your shortcut using keyboard!
After doing this, you can now use your shortcut key.
Solution 3:[3]
I know of 3 ways to show/hide it.
- View -> Appearance -> Show Activity Bar
- Open the Command Palette (Ctrl + Shift + P on Windows/Linux, CMD + Shift + P on macOS) -> Toggle Activity Bar
- settings.json ->
"workbench.activityBar.visible": false
I also made a Youtube tutorial here demonstrating all three ways.
Solution 4:[4]
My Bad!! The option is available within 'View' navigation bar.
Goto 'View' navigation bar. Then goto 'Appearance' option, select 'Show Activity Bar'
Solution 5:[5]
There is a command for this called View: Toggle Activity Bar Visibility that you can use from the command pallet(F1)
Solution 6:[6]
- Ctrl + Shift + P on Windows/Linux, CMD + Shift + P on macOS
- Type "view: Toggle Activity Bar Visibility" (Intellisense should come in handy).
- Enter
Voila!!
Solution 7:[7]
Step:1 Open the VS Code
Step:2 Click the "view" option on the top bar.
Step:3 Click the "Appearance" option at View.
Step:4 Click the "Show Activity Bar" option at Appearance.
Solution 8:[8]
Use Ctrl + b to show and hide activity bar in VS code
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | |
Solution 2 | Gino Mempin |
Solution 3 | Gino Mempin |
Solution 4 | |
Solution 5 | Ragul CS |
Solution 6 | Gino Mempin |
Solution 7 | G M shakil bhuiyan |
Solution 8 | Brian Tompsett - æ±¤èŽ±æ© |