nvim-treesitter-cpp-tools
nvim-treesitter-cpp-tools copied to clipboard
Rule of 3(5) does not work when a inline definition exists
Consider the following example
class A {
~A()
{
}
}
When the class is selected and TSCppRuleOf3
is entered, it is expected to add the Copy and assignment constructor declarations. But it does not