Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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