dash.nvim icon indicating copy to clipboard operation
dash.nvim copied to clipboard

More intelligent `:DashWord` using LSP or TreeSitter

Open mrjones2014 opened this issue 4 years ago • 0 comments

Original request from #26

my dream feature would be to use the LSP and/or Treesitter to lookup the docs for the method on the correct object type. In other words, var_that_is_a_tempfile.[o]pen (with the cursor on the o) would open the docs for specifically Tempfile.open.

I'm not sure how we'd implement this but I think it might be possible via LSP info or TreeSitter.

mrjones2014 avatar Oct 13 '21 18:10 mrjones2014