feat: Update outline on rename symbol

Also added ability to show provider status from code_action and
rename_symbol
This commit is contained in:
hedy
2023-11-26 20:44:42 +08:00
parent c1064c69fe
commit 8c13999acc
4 changed files with 77 additions and 43 deletions

View File

@@ -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