vscode-sync-scroll
vscode-sync-scroll copied to clipboard
The verbose status bar
I think that the status bar of the extension is redurant.
As you can see it is placed over a sufficiently long space.
My suggestion is to reduce the status bar to a few characters. For example
- Sync Scroll NORMAL
- Sync Scroll OFFSET
- Sync Scroll OFF
Also if this can be view I think if the Sync Scroll NORMAL/OFFSET is activated then Sync Scroll should be enabled programmatically.
Please review the issue and let me know what you think and hat you prefered in a PR (if there is a need for it).
I think that the status bar of the extension is redurant.
As you can see it is placed over a sufficiently long space.
My suggestion is to reduce the status bar to a few characters. For example
- Sync Scroll NORMAL
- Sync Scroll OFFSET
- Sync Scroll OFF
Also if this can be view I think if the Sync Scroll NORMAL/OFFSET is activated then Sync Scroll should be enabled programmatically.
Please review the issue and let me know what you think and hat you prefered in a PR (if there is a need for it).
That's really a concise idea. I like it. Actually I was tangling about the long status bar and two switches for a while. Thanks for your advice. I would try to implement it and keep you updated if there's any improvement.
Also... Could have a setting to hide the status bar commands too?
Also... Could have a setting to hide the status bar commands too?
Hey @moxwel, thanks for the advice. For clarifying your requirement, does it mean that you want to have a setting to hide the items in the status bar but leaving the commands so that the mode can be switched in the "Show All Commands" menu or shortcuts?
Also... Could have a setting to hide the status bar commands too?
Hey @moxwel, thanks for the advice. For clarifying your requirement, does it mean that you want to have a setting to hide the items in the status bar but leaving the commands so that the mode can be switched in the "Show All Commands" menu or shortcuts?
Exactly! Only hide the items in the status bar.
Hiding the status bar items would be nice. But an even better option would be:
{
"synchronizedScrolling.statusbarItems": "show", // or "hide" or "showWhenEnabled"
}
The showWhenEnabled
options would show the statusbar item, ONLY when sync scrolling is enabled. That is the most sensible option in most cases. You don't use this extension all the time, so most of the time the statusbar would be "clean", and would notify you that sync scrolling is enabled only when you're using it.
And of course you could hide the items with hide
.
Hi @contributorpw after so long time, a new patch version (v1.3.1) published, please check it out. It took your advice that merge the two menubar items into one. Now it only has one button to change the different modes with the three options 😃
Hiding the status bar items would be nice. But an even better option would be:
{ "synchronizedScrolling.statusbarItems": "show", // or "hide" or "showWhenEnabled" }
The
showWhenEnabled
options would show the statusbar item, ONLY when sync scrolling is enabled. That is the most sensible option in most cases. You don't use this extension all the time, so most of the time the statusbar would be "clean", and would notify you that sync scrolling is enabled only when you're using it.And of course you could hide the items with
hide
.
Hi @lonix1 , thanks for your advice, for now there is always a workaround that you can disable the extension in your vscode and all the related items will not display.
@dqisme ,
thanks so much!
I'm using this ext sice https://github.com/microsoft/vscode/issues/33110#issuecomment-637829526
That's cool!