1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 02:07:37 +01:00
psalm/src/Psalm/Internal/Scanner
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
..
UnresolvedConstant support shift and bitwise operations in constants (#4740) 2020-11-29 21:43:49 -05:00
ClassLikeDocblockComment.php Add documentation to LSP (#5267) 2021-02-24 10:14:04 -05:00
DocblockParser.php add annotation @psalm-param-out (#4717) 2020-11-27 17:05:26 -05:00
FileScanner.php Break apart ReflectorVisitor 2020-10-23 19:53:04 -04:00
FunctionDocblockComment.php Add documentation to LSP (#5267) 2021-02-24 10:14:04 -05:00
ParsedDocblock.php Remove empty() and use strict comparison when safe (#4211) 2020-09-19 18:26:51 -04:00
PhpStormMetaScanner.php implement DTO for plugins (#4881) 2021-01-06 09:05:53 -05:00
UnresolvedConstantComponent.php Add a bunch of immutable & pure annotations 2020-08-24 19:29:00 -04:00
VarDocblockComment.php Add documentation to LSP (#5267) 2021-02-24 10:14:04 -05:00