Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 585 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 585 Bytes

pysen-ls: A language server implementation for pysen

pysen-ls is a language server implementation for pysen.

$ pip install pysen-ls

Supported Features

  • Diagnostics
    • Triggers pysen run lint on save
  • Code action
    • Supports incremental document updates

Editor setups

VSCode

Provided Custom Commands

  • pysen.callLintDocument
  • pysen.callFormatDocument
  • pysen.callLintWorkspace
  • pysen.callFormatWorkspace
  • pysen.reloadServerConfiguration