An open API service indexing awesome lists of open source software.

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.

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:**
![Example Image](https://github.com/GiorgosXou/under-scroll/raw/master/image.jpg)
**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._