Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Add signature help setting (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock authored Jan 18, 2024
1 parent eccbe0c commit fd9646d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -204,7 +204,7 @@
"codeLens": true,
"definition": true,
"workspaceSymbol": true,
"references": true
"signatureHelp": true
}
},
"rubyLsp.featuresConfiguration": {
Expand Down

0 comments on commit fd9646d

Please sign in to comment.