From 6e68fed37441096bf9fd2aa27b9bf6e7d7eae550 Mon Sep 17 00:00:00 2001 From: Lewis Russell Date: Fri, 1 Nov 2024 12:30:36 +0000 Subject: feat(lsp): multi-client support for signature_help Signatures can be cycled using `` when the user enters the floating window. --- runtime/doc/lsp.txt | 2 +- runtime/doc/news.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'runtime/doc') diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index 6e5c85c019..87df1e06d6 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -1911,7 +1911,7 @@ make_floating_popup_options({width}, {height}, {opts}) |vim.lsp.util.open_floating_preview.Opts|. Return: ~ - (`table`) Options + (`vim.api.keyset.win_config`) *vim.lsp.util.make_formatting_params()* make_formatting_params({options}) diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index f82cf4453e..3ed1442a96 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -209,6 +209,8 @@ LSP `textDocument/rangesFormatting` request). • |vim.lsp.buf.code_action()| actions show client name when there are multiple clients. +• |vim.lsp.buf.signature_help()| can now cycle through different signatures + using `` and also support multiple clients. LUA -- cgit