multilspy
multilspy is a lsp client library in Python intended to be used to build applications around language servers.
File Explorer
Download Latest Version (.zip)- codeql.yml
- publish-to-pypi.yaml
- test-workflow.yaml
- dependabot.yml
- clangd_language_server.py
- initialize_params.json
- runtime_dependencies.json
- dart_language_server.py
- initialize_params.json
- runtime_dependencies.json
- eclipse_jdtls.py
- initialize_params.json
- runtime_dependencies.json
- elixir_language_server.py
- initialize_params.json
- runtime_dependencies.json
- gopls.py
- initialize_params.json
- initialize_params.json
- intelephense.py
- runtime_dependencies.json
- initialize_params.json
- jedi_server.py
- initialize_params.json
- kotlin_language_server.py
- runtime_dependencies.json
- initialize_params.json
- omnisharp.py
- runtime_dependencies.json
- workspace_did_change_configuration.json
- initialize_params.json
- runtime_dependencies.json
- rust_analyzer.py
- initialize_params.json
- runtime_dependencies.json
- solargraph.py
- initialize_params.json
- runtime_dependencies.json
- typescript_language_server.py
- lsp_constants.py
- lsp_requests.py
- lsp_types.py
- server.py
- __init__.py
- language_server.py
- multilspy_config.py
- multilspy_exceptions.py
- multilspy_logger.py
- multilspy_settings.py
- multilspy_types.py
- multilspy_utils.py
- type_helpers.py
- multilspy_context.py
- test_multilspy_clangd.py
- test_multilspy_csharp.py
- test_multilspy_dart.py
- test_multilspy_elixir.py
- test_multilspy_go.py
- test_multilspy_java.py
- test_multilspy_javascript.py
- test_multilspy_kotlin.py
- test_multilspy_php.py
- test_multilspy_python.py
- test_multilspy_ruby.py
- test_multilspy_rust.py
- test_multilspy_typescript.py
- test_sync_multilspy_csharp.py
- test_sync_multilspy_dart.py
- test_sync_multilspy_elixir.py
- test_sync_multilspy_java.py
- test_sync_multilspy_javascript.py
- test_sync_multilspy_kotlin.py
- test_sync_multilspy_python.py
- test_sync_multilspy_ruby.py
- test_sync_multilspy_rust.py
- test_sync_multilspy_timeout.py
- test_sync_multilspy_typescript.py
- pytest.ini
- test_utils.py
- .gitignore
- azure-pipelines.yml
- CITATION.cff
- CODE_OF_CONDUCT.md
- LICENSE
- pyproject.toml
- README.md
- requirements.txt
- SECURITY.md
- SUPPORT.md
# Installation Guide
1. Get the code
git clone https://github.com/microsoft/multilspy
Downloads the entire project code from GitHub to your computer.
cd multilspy
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install multilspy
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install multilspy
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
