Skip to content

Commit

Permalink
Better phrasing as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo authored and angelozerr committed Jun 20, 2024
1 parent b99c022 commit b3b1a7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/LSPSupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@ the `codeInsight.parameterInfo` extension point. By default, LSP4IJ registers th
```

If you use another language, you will have to declare `codeInsight.parameterInfo` with your language.
To override the IDE's default behaviour, use `order="first"`:
If `codeInsight.parameterInfo` for the language is already defined by another plugin or the IDE,
you can use `order="first"` to gain priority:

```xml
<codeInsight.parameterInfo
Expand Down

0 comments on commit b3b1a7a

Please sign in to comment.