mfussenegger/nvim-treehopper

Feature request: Goto textobject with hints

IndianBoy42 opened this issue · 3 comments

Im imagining essentially a mix of easymotion/hop but using treesitter to identify places to jump to.

I don't know if this is necessarily the right place for this functionality, but i think it already has the infrastructure for displaying hints, and identifying relevant text objects from treesitter.

How hard do you think adding this would be? I could give it a go trying to implement it

Sounds a bit related to hadronized/hop.nvim#116 & hadronized/hop.nvim#123

I kinda want to wait to see where that goes - it might be possible to turn this plugin here into just another "source" of targets for hop.nvim.

isn't this the same as #10?

isn't this the same as #10?

Yes, sounds like a duplicate of #10