tree-sitter-java icon indicating copy to clipboard operation
tree-sitter-java copied to clipboard

Add support for method references

Open mrcjkb opened this issue 4 years ago • 0 comments

Problem description

I noticed method references are not yet supported (NeoVim 0.5 nightly with the nvim-treesitter plugin), for example:

Interface::methodName
Class::methodName
this::methodName

mrcjkb avatar Jun 07 '21 16:06 mrcjkb