https://github.com/rinx/hy-language-server
Hy Language Server built using Jedhy. works only under Hy1.0a1. For the recent version of Hy, please use https://github.com/sakuraiyuta/hyuga instead.
https://github.com/rinx/hy-language-server
hy hylang language-server pygls
Last synced: 7 months ago
JSON representation
Hy Language Server built using Jedhy. works only under Hy1.0a1. For the recent version of Hy, please use https://github.com/sakuraiyuta/hyuga instead.
- Host: GitHub
- URL: https://github.com/rinx/hy-language-server
- Owner: rinx
- License: mit
- Created: 2021-05-05T06:08:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T10:40:39.000Z (over 4 years ago)
- Last Synced: 2025-03-14T16:47:51.452Z (7 months ago)
- Topics: hy, hylang, language-server, pygls
- Language: Hy
- Homepage:
- Size: 22.5 KB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hy-language-server
===[](https://pypi.org/project/hy-language-server)
[Hy](https://github.com/hylang/hy) Language Server built using [pygls](https://github.com/openlawlibrary/pygls) and [Jedhy](https://github.com/ekaschalk/jedhy).
## Supported Features
Note: Currently, these features are available only for Hy's built-in core functions.
- `textDocument/completion`
- `textDocument/hover`
## Installation
```sh
pip install hy-language-server
````hyls` will be installed under your PATH.
If you are using Hy 1.0a1, please install the latest main branch.
```sh
pip install git+https://github.com/rinx/jedhy.git@update/hy-1.0a1
pip install git+https://github.com/rinx/hy-language-server.git
```## license
MIT