Releases: SeanDictionary/sage-lsp
Releases · SeanDictionary/sage-lsp
1.0.3
[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
[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
Full Changelog: 1.0.0...1.0.1
Version: 1.0.0
[1.0.0] - 2026-02-23
Added
- Initial SageMath-focused LSP server built on
pygls. - Plugin-based architecture via
pluggyentry points. - Diagnostics using
pycodestyleandpyflakes. - 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.