https://github.com/onelivesleft/windowsplitter
VSCode extension for hassle-free splitting/unsplitting window.
https://github.com/onelivesleft/windowsplitter
Last synced: about 1 year ago
JSON representation
VSCode extension for hassle-free splitting/unsplitting window.
- Host: GitHub
- URL: https://github.com/onelivesleft/windowsplitter
- Owner: onelivesleft
- License: mit
- Created: 2019-11-13T11:49:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T08:50:12.000Z (over 3 years ago)
- Last Synced: 2025-01-28T22:44:12.684Z (over 1 year ago)
- Language: TypeScript
- Size: 146 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# WindowSplitter
VSCode extension for hassle-free splitting/unsplitting editor window.
## Commands
### WindowSplitter: Use Second Column
If there is currently only one column, split current file into two columns.
If second column already exists then swap focus between the columns instead.
### WindowSplitter: Remove Second Column (Keep ###)
Removes second column. The view of the split file which is kept is determined by ###.
### WindowSplitter: Show In Other Column
Show the current file in the other column (creating a second column if it does not exist).