Bhashitha Adhikarinayake
Bhashitha Adhikarinayake
Im not sure about the implementation of functions for this case. Could you give an example? ```cpp class MYLIBRARY_EXPORT MyClass{ void test(); }; ``` Should it be ```cpp void MyClass::test()...
A proper solution cannot be given until [this](https://github.com/tree-sitter/tree-sitter-cpp/issues/85) issue is fixed from the cpp treesitter parser
Hi, this configuration was added recently. To confirm, do you have the latest source files? especially the following file ``` nvim-treesitter-cpp-tools/lua/nvim-treesitter/nt-cpp-tools/output_handlers.lua ```
Weird. I tried to recreate it by loading the plugin through packer as well but it is working fine for me. If possible can you share your full init.lua file?
Not sure if this is of any help, but Im using `ccls`, `nvim-lsp` with this plugin. When I use the `:ClangFormat` it turns off all the highlighting. But updates back...
Hi, By any chance did you try enabling the log of lsp? `vim.lsp.set_log_level("debug")` Better to make sure that `ccls` is publishing `$ccls/publishSemanticHighlight`
Hi @justinmk, Thanks for the suggestion. I tried to add the results to the list and check the results with a new call and I could see the list is...
> Are you certain that start() is called in your example (debug('start called') is written to the logs)? Yes, following is the log output for the failing scenario (I have...
Hi @redirect11 , I have made some changes in the configuration of the plugin to fix #26. Could you please retry it on your setup and see if the issue...