openlawlibrary / pygls

A pythonic generic language server
https://pygls.readthedocs.io/en/latest/
Apache License 2.0
568 stars 103 forks source link

feat: adds type hierarchy request support #370

Closed karthiknadig closed 1 year ago

karthiknadig commented 1 year ago

Description (e.g. "Related to ...", etc.)

Adds type hierarchy request support

Code review checklist (for code reviewer to complete)

tombh commented 1 year ago

This is still marked as "draft", so there's still some things to add?

Not that you need to change the tests, but I think the tests here could take advantage of the new LanguageClient that @alcarney has added. See here for an example. Like I say, you don't need to change the tests, it's just so you're aware.

karthiknadig commented 1 year ago

@tombh I had kept is as draft because I was making sure my tests pass.

tombh commented 1 year ago

🚀