nvim-treesitter-cpp-tools
nvim-treesitter-cpp-tools copied to clipboard
C++ Helper Snippets Using Treesitter
Hi, if I use your config example for treesitter like in the readme I get this error: ``` E5108: Error executing lua ...-cpp-tools/lua/nvim-treesitter/nt-cpp-tools/internal.lua:5: loop or previous error loading module 'nvim-treesitter.nt-cpp-tools.output_handlers'...
Consider the following example ``` class A { ~A() { } } ``` When the class is selected and `TSCppRuleOf3` is entered, it is expected to add the Copy and...
if the class written as ```cpp class MyClass{ //some method }; ``` it works fine. but ```cpp class MYLIBRARY_EXPORT MyClass{ //some method }; ``` not works.
Hello, I've just found this plugin, which looks very interesting. A thing I have to do sometimes is create switch statements for enum-types, mapping out every single element. So I'd...
When using `TSCppDefineClassFunc` on a method inside of a namespace, the function should be defined with the namespace. Example header file: ```c++ namespace A { void b(); class C {...
I try the example from your gif picture,but it can't success; message is below: E5108: Error executing lua ...0.10.4_1/share/nvim/runtime/lua/vim/treesitter/query.lua:252: Query error at 6:10. Invalid node type "virtual": (virtual) ^ stack...