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

preprocessor directives autocompletion messed up #26

Closed
junee455 opened this issue Jan 28, 2019 · 2 comments
Closed

preprocessor directives autocompletion messed up #26

junee455 opened this issue Jan 28, 2019 · 2 comments

Comments

@junee455
Copy link

junee455 commented Jan 28, 2019

Hello, I have an issue here
cquery autocompletes any preprocessor directive with two hashes. I type, say #inc, cquery suggests #include but after I press enter I get ##include.
After removing extra hash, cquery tries to help me with library names, but instead of this
#include <libName>
I get this
#include <#include <libName>

I've disabled Atom's native snippet support and cquery snippets both, but it didn't help
Help please
cquery bug

@fargies
Copy link

fargies commented Apr 16, 2020

Hello,

I've been experiencing the exact same issue for a while, can you please comment the way to fix this ?

@rianneogi
Copy link
Owner

rianneogi commented Apr 16, 2020

The problem is with the atom-languageclient dependency. See here atom/atom-languageclient#220

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