VS Code Extension to hide/show window's title bar on Windows platform
- Windows 7 or newer.
- Press
shift
+F12
to set all visible windows borderless - Press
shift
+F11
to restore window's title bar
You can always modify those default hotkeys.
You can choose to autohide borders on application startup with setting.
borderless.autoenable
when set to true, the extension will auto apply on application startup.
You can also choose among three different borderless modes on borderless.bordertype
config setting:
borderless
: no borders at allbordersizable
: border can still allow to resize with mousebordersimple
: shows a simple border line
NOTICE that Aero Snap still works on all modes, so hotkeys Win+<arrow keys>
will maximize, restore, move to screen sides.
- Sometimes it might fail to load, just reload the vscode window and wait before pressing the above hotkeys (or the assigned)
- Sometimes after a lot of switching from borderless mode to normal mode, a gap in the top of the window will appear.
- https://marketplace.visualstudio.com/items?itemName=vhanla.borderless
- https://github.com/vhanla/vscode-borderless
See CHANGELOG.md