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

"next marker" goes to the first error, not the next error after the cursor #17191

Closed
roblourens opened this issue Dec 14, 2016 · 1 comment
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug error-list Problems view

Comments

@roblourens
Copy link
Member

roblourens commented Dec 14, 2016

Have this code:

let x = /foo

// comment

let y = /bar
  • Place the cursor on the comment
  • Press F8 for editor.action.marker.next

1.7: The error on /bar is highlighted (correct)
1.8: The error on /foo is highlighted

If you press F8 again, then it highlights the second error. But the first time you press it, it should always go to the next error after the cursor, not the first one.

@roblourens roblourens added the bug Issue identified by VS Code Team member as probable bug label Dec 14, 2016
@plievone
Copy link

It is common to have some import related problems at the top of the file during development, and now F8 always jumps to the top of the file when fixing problems down below. I guess this regression is a major one for many, I personally suffer this all the time as I find I'm memorizing how many times F8 needs to be pressed to arrive at the location at hand.

@alexdima alexdima assigned jrieken and unassigned rebornix and alexdima Mar 1, 2017
@jrieken jrieken added the error-list Problems view label Mar 2, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug error-list Problems view
Projects
None yet
Development

No branches or pull requests

5 participants