1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 02:47:02 +01:00
psalm/src/Psalm/Internal/LanguageServer
Joe Hoyle e59670ef68
Add documentation to LSP (#5267)
* Add documention to LSP

Add descriptions for all Classes, Functions, Methods, Class Constants for LSP methods for Hover, SignatureInformation and Completions

* Descriptions for class name completions

* PHPCS

* Fix docblock being overriden

* Remove trailing comma in args

* Add description to function param before early `continue`

* Update php-language-server-protocol to 1.5

* Break up long array docblocks

* Break up docblock onto newline

Co-authored-by: Matthew Brown <github@muglug.com>
2021-02-24 10:14:04 -05:00
..
Client add native return types (#4116) 2020-09-04 16:26:33 -04:00
Server Add documentation to LSP (#5267) 2021-02-24 10:14:04 -05:00
ClientHandler.php improve phpdoc (#4352) 2020-10-17 12:36:44 -04:00
EmitterInterface.php return types (#4311) 2020-10-12 15:02:52 -04:00
EmitterTrait.php return types (#4311) 2020-10-12 15:02:52 -04:00
IdGenerator.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
LanguageClient.php misc changes (#4227) 2020-09-22 00:44:31 -04:00
LanguageServer.php Completions for array keys and type literals (#5105) 2021-01-26 21:34:46 -05:00
Message.php add native param types (#4137) 2020-09-06 19:36:47 -04:00
ProtocolReader.php
ProtocolStreamReader.php return types (#4311) 2020-10-12 15:02:52 -04:00
ProtocolStreamWriter.php
ProtocolWriter.php add native return types (#4116) 2020-09-04 16:26:33 -04:00