Open pidgeon777 opened 1 year ago
Maybe a Telescope extension / action could be developed?
An example of possible action:
telescope.actions.send_to_navic
So that all of the telescope results are formatted as suggested above.
https://github.com/nvim-telescope/telescope.nvim/issues/2740
Not sure I understand the idea here? Are you suggesting something like Navbuddy?
As far as i understand, it's not the same as Navbuddy.
Navbuddy's telescope() command searches symbols in a single scope.
This solution would search symbols in all scopes same as default telescope lsp_document_symbols()
, but in addition to symbol name and type would also show the enclosing scope.
I would also like to see the enclosing scope when searching through all symbols.
It would be great to add a
Scope
column to any Telescope picker as follows, to show the scope of each listed item:Filepath:
Scope:
Text: