https://github.com/jnoortheen/xsh-ls
Language Server Backend for Xonsh
https://github.com/jnoortheen/xsh-ls
xonsh
Last synced: 4 months ago
JSON representation
Language Server Backend for Xonsh
- Host: GitHub
- URL: https://github.com/jnoortheen/xsh-ls
- Owner: jnoortheen
- License: gpl-3.0
- Created: 2022-05-29T17:42:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T17:45:10.000Z (about 3 years ago)
- Last Synced: 2024-12-27T00:43:27.643Z (6 months ago)
- Topics: xonsh
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# xsh-ls
[](https://github.com/jnoortheen/xsh-ls/actions?query=workflow%3Aci)
[](https://jnoortheen.github.io/xsh-ls/)
[](https://pypi.org/project/xsh-ls/)
[](https://gitpod.io/#https://github.com/jnoortheen/xsh-ls)
[](https://gitter.im/xsh-ls/community)Xonsh Language Server. This is in progress, and nothing functional as of now.
# Installation
With `pip`:
```bash
pip install xsh-ls
```With [`pipx`](https://github.com/pipxproject/pipx):
```bash
python3.7 -m pip install --user pipx
pipx install xsh-ls
```# Links
- https://github.com/openlawlibrary/pygls/blob/master/examples/json-extension/
- https://github.com/pappasam/jedi-language-server