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

I want jump-to-definition for C/C++ #243

Closed
raxod502 opened this issue Feb 1, 2017 · 4 comments
Closed

I want jump-to-definition for C/C++ #243

raxod502 opened this issue Feb 1, 2017 · 4 comments

Comments

@raxod502
Copy link
Member

raxod502 commented Feb 1, 2017

Perhaps this can be provided by Semantic, as Irony does not seem to support it yet.

@PythonNut
Copy link

My success with Semantic for C/C++ navigation has been extremely limited, if not nonexistent. Perhaps I'm doing something wrong, but I'm not convinced Semantic can handle C/C++ projects of any reasonable complexity.

@raxod502
Copy link
Member Author

I'm actually leaning toward something like #285 these days, because despite how wonderful of an idea semantically-aware code navigation seems like, it never seems to work out so nicely in practice.

@PythonNut
Copy link

I can confirm that semantic systems that work really, really well do exist (i.e. Visual Studio, JetBrains, etc.) but we don't seem to have them for Emacs.

dumb-jump does seem to work decently well, but of course it's pretty dumb and if you have multiple things with the same name in a project it starts falling down.

@raxod502
Copy link
Member Author

raxod502 commented Jul 2, 2019

Implemented with LSP via clangd. Works like a charm.

@raxod502 raxod502 closed this as completed Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants