mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
docs(lsp): document alternative for vim.lsp.util.jump_to_location
This commit is contained in:
committed by
Lewis Russell
parent
f60a1f9059
commit
123c0b6b4e
@@ -957,7 +957,7 @@ end
|
||||
|
||||
--- Jumps to a location.
|
||||
---
|
||||
---@deprecated
|
||||
---@deprecated use `vim.lsp.util.show_document` with `{focus=true}` instead
|
||||
---@param location lsp.Location|lsp.LocationLink
|
||||
---@param offset_encoding 'utf-8'|'utf-16'|'utf-32'?
|
||||
---@param reuse_win boolean? Jump to existing window if buffer is already open.
|
||||
|
||||
Reference in New Issue
Block a user