https://github.com/giorgosxou/under-scroll
VSCode Extension for Extending the visible scrolling range of a single editor pane, through multiple editor panes.
https://github.com/giorgosxou/under-scroll
productivity-tool vscode vscode-extension
Last synced: 7 months ago
JSON representation
VSCode Extension for Extending the visible scrolling range of a single editor pane, through multiple editor panes.
- Host: GitHub
- URL: https://github.com/giorgosxou/under-scroll
- Owner: GiorgosXou
- Created: 2021-06-26T16:20:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T16:06:07.000Z (over 4 years ago)
- Last Synced: 2025-03-22T15:03:30.016Z (7 months ago)
- Topics: productivity-tool, vscode, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 414 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Under Scroll
Extends the visible scrolling range of a single editor pane, through multiple editor panes. Intended for wide screens that do not turn around. Find it on [Visual Studio Code Marketplace page](https://marketplace.visualstudio.com/items?itemName=GiorgosXou.under-scroll)
## How to use
**Open the same file on a new tab/editor-pane by pressing "```ctrl``` + ```\```" *(or as seen below)* and you are good to go:**

**Use _"```ctrl``` + ```shift``` + ```p```" > "Toggle Under Scroll"_ to Disable or Enable It**
## Release Notes### 1.0.2 beta (29/6/2021)
* *(temporarily)* FIXED switching issue between 2 editor-panes *(the issue is still present for more than 2)*### 1.0.1 beta (26/6/2021)
## Licence
MIT Licence-----------------------------------------------------------------------------------------------------------
_Basicly this extension was possible _(kind of)_ mainly thanks to [this](https://marketplace.visualstudio.com/items?itemName=masakit.synchronized-scrolling) extension._