Feature request: Goto textobject with hints
IndianBoy42 opened this issue · 3 comments
IndianBoy42 commented
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
mfussenegger commented
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.
danielo515 commented
isn't this the same as #10?
mfussenegger commented