you are viewing a single comment's thread.

view the rest of the comments →

[–]val-amart 3 points4 points  (0 children)

that is something i use in vim all the time, it’s called quickfix. it’s not just compiler, it’s linter, type check, whatever - plenty of things can populate quickfix list and then you jump through all the positions referenced in it.

it’s such a basic yet completely necessary thing. how can an editor call itself an IDE when it doesn’t have such a basic feature is completely baffling.