zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
48.16k stars 2.85k forks source link

Hide Mouse Cursor While Typing #4461

Open ejjonny opened 1 year ago

ejjonny commented 1 year ago

Check for existing issues

Describe the feature

Sometimes the mouse cursor obscures the text I am editing. Some other IDEs will temporarily hide the mouse cursor when you begin typing & I think it would be nice to have in Zed!

If applicable, add mockups / screenshots to help present your vision of the feature

Xcode is a good example of this feature

https://github.com/zed-industries/community/assets/17223924/938d7223-8c7a-4966-af26-c04e07828af4

diocletiann commented 4 months ago

Is this planned? Constantly moving the cursor out of the way is not a great experience.

simoncocking commented 3 months ago

This is definitely one of those rough edges that leaves a mark. Having moved from VSCode, it took me ages to figure out that when you start typing, the mouse cursor is hidden until you move it. It's just The Right Thing To Do - I've placed the cursor there, now get the hell out of the way so I can see what I'm doing.

komi1230 commented 2 months ago

I submitted PR for this issue. But I have only macOS device.

Can someone implement this feature for Windows and Linux ?