-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
[Feature request] Hide cursor while typing #29351
Comments
I would really enjoy this feature. |
I'd like this too. In the short term, I've just knocked this up: Not quite the same thing, but it might be better than nothing. |
That would be very handy! |
Even I would like this feature |
Please add this feature |
You can use a free 3rd party utility called AutoHideMouseCursor that will not only hide the cursor for vscode, but over the entire OS. Quite handy. I found it after finding this thread. It would basically, just hide the mouse on inactivity for a predefined time. |
Dude how is this still not implemented. This is mandatory for any serious code editor! Terrible.. |
I tried looking into adding this but as far as I can tell there is no way to hide the cursor with Nodejs or Electron. Another possibility is using |
There was another issue filed with a relevant chromium bug report. Gif demo of Notepad behaviour regarding mouse cursor: Originally posted by @alexdima in #79915 (comment) |
vs code, and just plain microsoft windows (this doesn't even work in the OS for tons of users) should figure this out. it's a very common situation for a user to click a spot to edit text and start typing right in the spot they last had their cursor. it's probably in the hundreds of times or more that i obscured a letter as i typed with no way to verify the word(s) without moving my mouse out of the way. otherwise all <3 |
Thanks a lot! On Linux, a similar utility is available called $ sudo apt-get install unclutter
$ unclutter -idle 1 -root # for hiding after a one-second delay |
@manojbaishya True, there is also xbanish if you want to hide the cursor on keyboard input. |
@basaran very useful suggestion!!!!!!! This problem make me annoyed for a long time, my God. |
Please add this feature to vscode. I use a large, coloured mouse pointer and it effectively hides multiple characters, typically exactly where I want to type. |
hello, I use a system level software to do this. And it works well. https://www.softwareok.com/?seite=Microsoft/AutoHideMouseCursor |
Hi @dzgraphbed1 , in fact I tested that too and I was wrong in my previous comment, it is the AutoHideMouseCursor that corrupts the mouse pointer. I prefer an integrated solution, and only in VSCode. Apologies to @Gruntfuggly , the banish-pointer extension works fine on VSCode, I just got these two solutions mixed up when testing them. |
### Cool! Exactly what is needed! |
This comment has been minimized.
This comment has been minimized.
Instead of @Gruntfuggly's banish-pointer extension's mouse cursor action The best would of course be, if the mouse cursor could be hidden via regular browser means by VS Code. |
Most Windows apps like Notepad, WordPad, Windows Terminal and even Paint do respect this mouse option: Why VSCode doesn't? 😭 @alexdima any chance this will be enabled? |
I would like to see this feature in VSCode. It seems that every text editor has this functionality, and it appears to be a standard feature in these types of applications. |
OH boy this is still open, 7 years later |
still looking for this, please add |
THIS! I was literally going to post this too (with the same screenshot, even!). It's crazy to me that Microsoft don't respect their own Operating System's design! This superfluous setting which has (afaicr) never worked should be removed, or better yet, implemented system-wide, and across all of Microsoft's software. This kind of thing should just be standard. Slightly unrelated, but It's about time somebody goes through Windows with a fine-tooth comb and makes sure that there aren't all these loose ends from deprecated or never-implemented features lying around all over the place (and while they're at it, get rid of that ERROR_SUCCESS malarkey, too! What an oxymoron!) |
On linux you can install a package called xbanish. To run it in vscode you must run it via terminal. Works perfectly. I'm not sure if this works on windows or mac though. |
https://superuser.com/questions/928839/what-does-the-hide-pointer-while-typing-feature-actually-do
Can we get this as an option in VS Code?
The text was updated successfully, but these errors were encountered: