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 inline value support #369

Closed karthiknadig closed 1 year ago

karthiknadig commented 1 year ago

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

Adds support for inline value request.

Code review checklist (for code reviewer to complete)

tombh commented 1 year ago

I think this completes support for inline values necessary for LSP 3.17 right? The tracking issue is at https://github.com/openlawlibrary/pygls/issues/346

karthiknadig commented 1 year ago

@tombh That is correct.

tombh commented 1 year ago

Thank you ⭐