cquery icon indicating copy to clipboard operation
cquery copied to clipboard

Preprocessor commands completion

Open Yanpas opened this issue 7 years ago • 1 comments

It would be nice to have a completion for define, include, if, ifdef, elif, else, endif, undef, line, error and pragma

Yanpas avatar Jun 29 '18 16:06 Yanpas

I think it should be implemented as some heuristics before calling clang_codeCompleteAt (clang_complete.cc:524).

Proposed heuristics: If line follows this regex \s*#\s*\w{0,10}

Yanpas avatar Jun 29 '18 16:06 Yanpas