Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode shortcut to display the error on current line

I am a vim user and while programming on XCode, I am a big fan of XVim. It would be super awesome if I could also display the syntax error for the line my cursor is on. I would pretty much never have to use the mouse. Does anyone know how to do this?

like image 957
Romi Avatar asked Oct 31 '22 12:10

Romi


1 Answers

You can use Jump to Next Issue(Cmd + ') or Jump to Previous Issue(Cmd + ").

like image 96
Ohgyun Ahn Avatar answered Nov 10 '22 21:11

Ohgyun Ahn