ccls
ccls copied to clipboard
Using NeoVim LSP with ccls. Is there a way to enable parsing of .ino files?
Using NeoVim LSP with ccls. Is there a way to enable parsing of .ino files? .. whether that's in a .ccls file or via options passed in by neovim/nvim-lspconfig.
Could not find anything useful in the code. For me it looks like the relevant code should be in https://github.com/MaskRay/ccls/blob/master/src/project.cc but it seemingly relies on CLang's clang::driver::types::lookupTypeForExtension
function, and that function does not know about .ino
files and I didn't find a way to enhance it.
Hope the author could clarify if I am wrong.
I've found a way to use the standard .cpp files. I'd like to move way from ino files completely