Xcode to display error on current line

I am a vim user, and when programming in Xcode, I am a big fan of XVim. It would be super cool if I could also display a syntax error for the line on which my cursor is on. I would almost never use a mouse. Does anyone know how to do this?

+5
source share
1 answer

You can use Jump to Next Issue ( Cmd + ' ) or Go to the previous issue ( Cmd + " ).

+1
source

Source: https://habr.com/ru/post/1209865/


All Articles