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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: