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

How do you go automatically to problem line from compiler error? #33

Open
buttke opened this issue Nov 30, 2023 · 2 comments
Open

How do you go automatically to problem line from compiler error? #33

buttke opened this issue Nov 30, 2023 · 2 comments

Comments

@buttke
Copy link

buttke commented Nov 30, 2023

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??!

@tonitch
Copy link

tonitch commented Nov 30, 2023

I don't know about emacs but in vim it's pretty much default (and you can add support for esotheric compiler pretty easily) (check :h compiler)

@c4llv07e
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants