Skip to content
/ pylez Public

Pylez provide open and rich language support for python and notebook based on Pyright.

License

Notifications You must be signed in to change notification settings

difizen/pylez

Repository files navigation

Pylez

Pylez provide open and rich language support for python and notebook based on Pyright.

Feature

  • Notebook support
  • Semantic highlight
  • docstrings for built-in/standard library modules
  • refactoring code actions

Usage

VSCode extension

You can use Pylez on IDE like VSCode, Code – OSS(and all its fork), Theia, Opensumi etc.

When you have python extension installed, you should add following setting to your settings.json file:

 { "python.languageServer": "None"}

npm package

For other editor users, you can use the npm package to start LSP server. In Libro, we use Pylez npm package with jupyter-lsp to procide LSP service.

npm i @difizen/pylez

About

Pylez provide open and rich language support for python and notebook based on Pyright.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published