Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to zoom only the current instance and not all #45094

Closed
yordan-kanchelov opened this issue Mar 5, 2018 · 17 comments
Closed

Allow to zoom only the current instance and not all #45094

yordan-kanchelov opened this issue Mar 5, 2018 · 17 comments
Labels
feature-request Request for new features or functionality layout General VS Code workbench layout issues *out-of-scope Posted issue is not in scope of VS Code

Comments

@yordan-kanchelov
Copy link

It would be good if you have opened more than one vscode instance and the zooming you've done on it shouldn't affect the other ones.

@vscodebot
Copy link

vscodebot bot commented Mar 5, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@bpasero
Copy link
Member

bpasero commented Mar 6, 2018

@jkanchelov this is possible by configuring the window.zoomLevel as a workspace setting. Have you tried that?

@bpasero bpasero added the info-needed Issue requires more information from poster label Mar 6, 2018
@yordan-kanchelov
Copy link
Author

I've tried it, but it would be easier if it comes straight without the need to declare it there. I have the habit to often move the instance from one monitor to another and if they are on different resolutions sometimes there is a need for me to zoom in / out often.

@bpasero bpasero changed the title Feature Request: zooming on one instance of vs code shouldn't effect the others Allow to zoom only the current instance and not all Mar 6, 2018
@bpasero bpasero removed their assignment Mar 6, 2018
@bpasero bpasero added feature-request Request for new features or functionality layout General VS Code workbench layout issues and removed info-needed Issue requires more information from poster labels Mar 6, 2018
@vmaruthi
Copy link

Second this request, there are many scenarios where you may want different font size on Different Windows and Instances. Perhaps you can implement in Global as well as local Editor properties. Treat this like a Microsoft Office Document (Word etc) editor feature. Zoom on Window is local to that Instance/Window. If user wants a more permanent setting, it can be done through properties etc.

@Tchoupinax
Copy link

Hello,

What are news about this feature ? Up ! :)

@yordan-kanchelov
Copy link
Author

It could come really handy when #10121 is implemented.

@isidorn isidorn added the *out-of-scope Posted issue is not in scope of VS Code label Sep 21, 2018
@vscodebot
Copy link

vscodebot bot commented Sep 21, 2018

This iteration we focus on issue grooming. This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Sep 21, 2018
@mat-m
Copy link

mat-m commented Dec 12, 2018

@bpasero : could we reopen this one ? I have multiple monitors with different sizes. When I move an instance, I often zoom in/out to adapt, but I don't want the others to change.

@TheJim01
Copy link

I actually encountered this just now, and would not have realized it if it had not caused poor zoom performance.

With one editor open, zoom (Ctrl++) is snappy, even for large code files.

I opened another project in a separate editor to show something to a co-worker, and zoomed in to make the presentation easier. The editor lagged (I thought the keyboard shortcut had lost configuration for a moment) while it updated both instances.

I can't seem to replicate this with simple files (responsiveness seems to be okay). I also tested word-wrap, and that didn't seem to cause a problem. So maybe it's the explorer tree? It seems to lag a lot more when I had a large number of files in the explorer tree. That's just my observation though.

@KroanNL
Copy link

KroanNL commented Nov 15, 2019

This is still an issue or people with different monitor sizes (ie I use my laptop plugged into a monitor. when having multiple editors open, I want to change their fontsize easily and idependently from each other)

@yordan-kanchelov
Copy link
Author

Its an issue, but once they tagged it with out-of-scope label I guess they won't look at it again 😐

@benjamin21st
Copy link

lol, out-of-scope? I just cannot possibly fathom why would anyone want to zoom all of the instances when they use keyboard shortcuts: if they want to increase size change permanently they can do so through the config. Using a keyboard "shortcut" is usually for quick-temporary actions. And when you have multiple editors open or during a CPU-intensive video conferencing presenting your code to your colleagues/clients, a zoom action can make it sooo slow that reflects badly on both the user and VS Code. 🐌 🐌 🐌

I implore whoever is in charging of scoping to re-incorporate this into the scope 🙏
It could enhance so many people's lives.

Thank you so much and keep up the good work!

@DaveWelling
Copy link

For anybody that lands here when searching for this issue (as I did). Go to >Settings>Workspace and search for 'zoom'. You will find a checkbox called 'Editor: Mouse Wheel Zoom' that might meet your needs. It resolved this problem for me (changed editor zoom in one one workspace while leaving the others unaffected).

@Dophy6
Copy link

Dophy6 commented May 18, 2020

For anybody that lands here when searching for this issue (as I did). Go to >Settings>Workspace and search for 'zoom'. You will find a checkbox called 'Editor: Mouse Wheel Zoom' that might meet your needs. It resolved this problem for me (changed editor zoom in one one workspace while leaving the others unaffected).

This works for me, thanks a lot!!

@NirajanMahara
Copy link

Screenshot (26)

@NirajanMahara
Copy link

It should work otherwise, Go for setting.js

@jtele2
Copy link

jtele2 commented Oct 29, 2021

For anybody that lands here when searching for this issue (as I did). Go to >Settings>Workspace and search for 'zoom'. You will find a checkbox called 'Editor: Mouse Wheel Zoom' that might meet your needs. It resolved this problem for me (changed editor zoom in one one workspace while leaving the others unaffected).

This worked for me as well in the editor only. However, I find I can I can only zoom the terminal with ctrl++. Either way, it's a good work around.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality layout General VS Code workbench layout issues *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests