mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Add link to language server doc
This commit is contained in:
parent
fc72ac05e4
commit
68786b1698
@ -5,7 +5,8 @@
|
||||
- [Introduction](#introduction)
|
||||
- [Installation](installation.md)
|
||||
- [Configuration](configuration.md)
|
||||
- [Running Psalm](running_psalm.md)
|
||||
- [Running Psalm via command line](running_psalm.md)
|
||||
- [Running Psalm in your IDE](language_server.md)
|
||||
- [Supported Annotations](supported_annotations.md)
|
||||
- [Dealing with code issues](dealing_with_code_issues.md)
|
||||
- [Typing in Psalm](typing_in_psalm.md)
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Using Psalm's Language Server
|
||||
|
||||
Psalm now has built-in Language Server Compatibility support.
|
||||
Psalm now has built-in Language Server Compatibility support so you can run it in your favourite IDE.
|
||||
|
||||
It currently only supports diagnostics, with more functionality coming soon.
|
||||
It currently only supports diagnostics (i.e. finding errors and warnings), but more functionality is coming soon.
|
||||
|
||||
It works well in a variety of editors:
|
||||
It works well in a variety of editors (listed alphabetically):
|
||||
|
||||
## emacs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user