Skip to content

Releases: SeanDictionary/sage-lsp

1.0.3

12 Mar 14:10

Choose a tag to compare

[1.0.3] - 2026-03-12

Fixed

  • Fix formatting for code like a ^^= 1

Changed

  • Changed pyproject.toml

Full Changelog: 1.0.2...1.0.3

1.0.2

23 Feb 17:49

Choose a tag to compare

[1.0.2] - 2026-02-24

Added

  • Show Log Level in Server Log
  • Add extension support for pre-release 2.0.2-beta

Full Changelog: 1.0.1...1.0.2

1.0.1

23 Feb 15:35

Choose a tag to compare

Full Changelog: 1.0.0...1.0.1

Version: 1.0.0

23 Feb 14:49

Choose a tag to compare

[1.0.0] - 2026-02-23

Added

  • Initial SageMath-focused LSP server built on pygls.
  • Plugin-based architecture via pluggy entry points.
  • Diagnostics using pycodestyle and pyflakes.
  • Formatting support using autopep8 (document and range).
  • Language intelligence via jedi: definition, type definition, references, hover, and completion.
  • Folding range support.
  • Quick-fix code actions for selected diagnostics.