ccls icon indicating copy to clipboard operation
ccls copied to clipboard

Using NeoVim LSP with ccls. Is there a way to enable parsing of .ino files?

Open risingtiger opened this issue 3 years ago • 2 comments

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.

risingtiger avatar Apr 17 '21 01:04 risingtiger

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.

MarSoft avatar Jan 20 '22 22:01 MarSoft

I've found a way to use the standard .cpp files. I'd like to move way from ino files completely

risingtiger avatar Feb 14 '22 15:02 risingtiger