FocusIt is a Visual Studio Code extension that allows you to focus on a single window at a time. When activated, the extension hides all other windows except the one that is currently in focus. When executed again, it restores all previously hidden windows.
- Easily activate FocusIt with a customizable keyboard shortcut.
- Hide all open windows except the focused one to minimize distractions.
- Restore all previously hidden windows with a simple execution of the command.
- Launch Visual Studio Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
- Search for "FocusIt" in the Extensions view search box.
- Click on the "Install" button for the "FocusIt" extension by Kexposito (Kevin Exposito) to install it.
- Once installed, you can activate FocusIt using the provided keyboard shortcut or by executing the command from the Command Palette.
- Activate the FocusIt extension by using the default keyboard shortcut (you can customize this in your settings) or by executing the "Focus It" command from the Command Palette.
- All other open windows will be hidden, leaving only the currently focused window visible.
- To restore all previously hidden windows, activate the FocusIt extension again.
focus-it.execute
: Customize the keyboard shortcut to activate FocusIt. By default, it is set toCtrl+Shift+M
on Windows/Linux andCmd+Shift+M
on macOS.
If you have any feedback, suggestions, or issues, feel free to open an issue on the GitHub repository. Contributions are also welcome!
This extension is licensed under the MIT License