openlawlibrary / pygls

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

Add Document Links example server #464

Closed alcarney closed 4 months ago

alcarney commented 4 months ago

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

image

Continuing the migration towards end-to-end tests, this adds an example Document Links server where you can add support for custom link syntaxes

Code review checklist (for code reviewer to complete)

Automated linters

You can run the lints that are run on CI locally with:

poetry install --all-extras --with dev
poetry run poe lint
alcarney commented 4 months ago

Thanks! :)