feat: Update outline on rename symbol
Also added ability to show provider status from code_action and rename_symbol
This commit is contained in:
@@ -67,8 +67,8 @@
|
||||
---@field supports_buffer fun(bufnr:integer):boolean
|
||||
---@field request_symbols fun(on_symbols:fun(symbols?:outline.ProviderSymbol[], opts:table?), opts:table?)
|
||||
---@field hover_info? fun(bufnr:integer, params:table, on_info:function)
|
||||
---@field rename_symbol? fun(sidebar:outline.Sidebar)
|
||||
---@field code_actions? fun(sidebar:outline.Sidebar)
|
||||
---@field rename_symbol? fun(sidebar:outline.Sidebar):boolean
|
||||
---@field code_actions? fun(sidebar:outline.Sidebar):boolean
|
||||
|
||||
-- HELP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user