Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnoortheen/xsh-ls
Language Server Backend for Xonsh
https://github.com/jnoortheen/xsh-ls
xonsh
Last synced: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T17:45:10.000Z (over 2 years ago)
- Last Synced: 2024-11-07T02:44:33.134Z (3 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
[![ci](https://github.com/jnoortheen/xsh-ls/workflows/ci/badge.svg)](https://github.com/jnoortheen/xsh-ls/actions?query=workflow%3Aci)
[![documentation](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://jnoortheen.github.io/xsh-ls/)
[![pypi version](https://img.shields.io/pypi/v/xsh-ls.svg)](https://pypi.org/project/xsh-ls/)
[![gitpod](https://img.shields.io/badge/gitpod-workspace-blue.svg?style=flat)](https://gitpod.io/#https://github.com/jnoortheen/xsh-ls)
[![gitter](https://badges.gitter.im/join%20chat.svg)](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