0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

VSCode の作業画面を広くする方法(with Activitus Bar)

Last updated at Posted at 2023-09-24

方法

  • Activitus Bar拡張機能をインストールする。

    • setting.jsonで、画面左下に表示されるようになったMune Barのアイコンの順番を入れ替えるなどの設定ができる。
  • ctrl + shift + P

    • View: Toggle Menu Bar(VSCodeを再起動してもtoggleの状態は保持される)
    • View: Toggle Full Screen(VSCodeを再起動すると復活するため微妙…)
  • Keybord Shortcutsを開く

    • View: Close Primary Side Bar / Alt + S / sideBarVisible
    • View: Focus on GitHub Copilot View / Alt + S
    • Source Control: Focus on Source Control View / Alt + D
    • Explorer: Focus on Folders View / Alt + F

  • さらに、Zen Modeのショートカット設定
    • Keybord Shortcutsを開く
    • $\rightarrow$ View: Toggle Zen Mode / Alt + S / !inZenMode
    • $\rightarrow$ workbench.action.exitZenMode / Alt + S / inZenMode

備考

  • 現在開いているフォルダを閉じるデフォルトのショートカット
    • Ctrl + K F(Workspaces: Close Workspace)
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?