-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Feature/goto line preview toggle #285497
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
base: main
Are you sure you want to change the base?
Feature/goto line preview toggle #285497
Conversation
|
@microsoft-github-policy-service agree |
|
🤖 Copilot has tried out this change! Members of the team can view the recording here or download the Playwright trace here (run) |
|
Thanks for contributing! We should attach this to an open issue (or create one if it doesn't exist) so we can understand how many people want this and also we use issues to track testing before a release. |
src/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.ts
Outdated
Show resolved
Hide resolved
|
🤖 Copilot has tried out this change! Members of the team can view the recording here or download the Playwright trace here (run) |
|
My main Ctrl+G use case is when I already see a line number and just want the cursor to jump there. Right now the experience is rough: if I type 1348, the view snaps to line 1, then 13, then 134, and finally 1348. The editor keeps scrolling away from my current context, so I lose track of where I was. I’d rather keep the highlight/decoration visible while I type but only actually scroll once I confirm the line. |
|
Here’s the paragraph with the Marketplace link included:
|
Summary
Testing