claytonrcarter / tree-sitter-phpdoc

PHPDoc grammar for tree-sitter
22 stars 10 forks source link

feat: generics using PHPDocs for psalm and phpstan support #17

Closed afranioce closed 2 years ago

afranioce commented 2 years ago

Some IDE's (phpstorm) and some editor with support for LSP (phpactor), already have support for generic in PHP using the psalm and phpstan library.

See more:

claytonrcarter commented 2 years ago

Wonderful, very nice, thank you! (Not sure what's up w/ Windows CI; looks like an issue w/ npm install; tests are passing just fine for me locally.)