You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emacs has a built-in compile-mode that has global keybinds M-g M-n and M-g M-p to jump to the next and previous error, respectively. This way, when you have compiled your code using M-x compile, you can jump to any bugs in the project.
Or you can just click or press enter on it, it will work too.
I.E. https://www.youtube.com/watch?v=4vSyqK3SK-0&t=1020
You select line in compiler output and go directly to that line in the correct file. How works??!
The text was updated successfully, but these errors were encountered: