python-langserver
Language server which talks LSP via JSONRPC for Python.
File Explorer
Download Latest Version (.zip)- python-langserver
- __init__.py
- config.py
- definitions.py
- fetch.py
- fs.py
- imports.py
- jedi.py
- jsonrpc.py
- langserver.py
- references.py
- requirements_parser.py
- symbols.py
- workspace.py
- lastfailed
- __init__.py
- __main__.py
- Pipfile
- Pipfile.lock
- Pipfile
- Pipfile.lock
- pyconfig.json
- test.py
- Pipfile
- Pipfile.lock
- requirements.txt
- test.py
- Pipfile
- Pipfile.lock
- requirements.txt
- test.py
- Pipfile
- Pipfile.lock
- requirements.txt
- test.py
- test.py
- __init__.py
- buzz_checker.py
- __init__.py
- fizz_checker.py
- __init__.py
- fizzbuzz_checker.py
- __init__.py
- __init__.py
- number_looper.py
- __init__.py
- number_decider.py
- number_decision.py
- __init__.py
- __main__.py
- setup.py
- name_global.py
- cpython
- flask
- graphql-core
- jedi
- tensorflow-models
- thefuck
- __init__.py
- harness.py
- test_conflictingdeps.py
- test_dep_versioning.py
- test_fizzbuzz.py
- test_flask.py
- test_global_variables.py
- test_graphql_core.py
- test_jedi.py
- test_modpkgsamename.py
- test_tensorflow_models.py
- test_thefuck.py
- launch.json
- settings.json
- tasks.json
- extension.ts
- index.ts
- node.d.ts
- vscode-typings.d.ts
- .gitignore
- .vscodeignore
- License.txt
- package.json
- README.md
- ThirdPartyNotices.txt
- tsconfig.json
- .gitignore
- .gitmodules
- .travis.yml
- LICENSE
- Makefile
- Pipfile
- Pipfile.lock
- python-langserver.py
- README.md
- setup.cfg
- test_langserver.py
# Installation Guide
1. Get the code
git clone https://github.com/sourcegraph/python-langserver
Downloads the entire project code from GitHub to your computer.
cd python-langserver
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd vscode-client
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Python
EasyPrerequisites
pipenv install
Type this command into your terminal and run it.
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
