lucax88x / CodeAceJumper

Ace Jump extension for Visual Studio Code
MIT License
76 stars 14 forks source link

Personal suggestion: Scroll set to none by default #244

Open ZYinMD opened 4 years ago

ZYinMD commented 4 years ago

I noticed there's a new setting Scroll: 'none' | 'center' | 'top', and the default setting is center.

I personally think "none" should be the default setting, because I think it's the most natural. When you do the jump, you always focus your eyes on the target. When you complete the jump, the cursor lands on the target, and that's it, very natural. One additional scroll makes your eyes lose the target.

lucax88x commented 4 years ago

Yeah, I actually think the same.... I had the same feeling after I started using it, I'll make none default in the next days, thanks!

liuhantang commented 3 years ago

agree, default to 'center' gave me some surprise. For anyone who wants to set scroll mode to none, put this line in your vscode's setting.json

"aceJump.scroll.mode": "none"