From fd9646dd2bc37853125fa2dac28db4dbcee06805 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Thu, 18 Jan 2024 16:01:50 -0300 Subject: [PATCH] Add signature help setting (#991) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 744d89c3..580826f6 100644 --- a/package.json +++ b/package.json @@ -181,8 +181,8 @@ "type": "boolean", "default": true }, - "references": { - "description": "Enable references, which finds all references to the symbol under the cursor", + "signatureHelp": { + "description": "Enable signature help, which shows the parameters and documentation for the method being invoked", "type": "boolean", "default": true } @@ -204,7 +204,7 @@ "codeLens": true, "definition": true, "workspaceSymbol": true, - "references": true + "signatureHelp": true } }, "rubyLsp.featuresConfiguration": {