fix: documentation for lsp_range_code_actions (#1644)
This commit is contained in:
@@ -1395,7 +1395,9 @@ builtin.lsp_range_code_actions({opts}) *builtin.lsp_range_code_actions()*
|
|||||||
|
|
||||||
Options: ~
|
Options: ~
|
||||||
{timeout} (number) timeout for the sync call (default: 10000)
|
{timeout} (number) timeout for the sync call (default: 10000)
|
||||||
{start_line} (number) where the code action ends (default: handled by
|
{start_line} (number) where the code action starts (default: handled
|
||||||
|
by :'<,'>Telescope lsp_range_code_actions)
|
||||||
|
{end_line} (number) where the code action ends (default: handled by
|
||||||
:'<,'>Telescope lsp_range_code_actions)
|
:'<,'>Telescope lsp_range_code_actions)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -400,7 +400,7 @@ builtin.lsp_code_actions = require_on_exported_call("telescope.builtin.lsp").cod
|
|||||||
---@param opts table: options to pass to the picker
|
---@param opts table: options to pass to the picker
|
||||||
---@field timeout number: timeout for the sync call (default: 10000)
|
---@field timeout number: timeout for the sync call (default: 10000)
|
||||||
---@field start_line number: where the code action starts (default: handled by :'<,'>Telescope lsp_range_code_actions)
|
---@field start_line number: where the code action starts (default: handled by :'<,'>Telescope lsp_range_code_actions)
|
||||||
---@field start_line number: where the code action ends (default: handled by :'<,'>Telescope lsp_range_code_actions)
|
---@field end_line number: where the code action ends (default: handled by :'<,'>Telescope lsp_range_code_actions)
|
||||||
builtin.lsp_range_code_actions = require_on_exported_call("telescope.builtin.lsp").range_code_actions
|
builtin.lsp_range_code_actions = require_on_exported_call("telescope.builtin.lsp").range_code_actions
|
||||||
|
|
||||||
--- Lists LSP document symbols in the current buffer
|
--- Lists LSP document symbols in the current buffer
|
||||||
|
|||||||
Reference in New Issue
Block a user