Releases: suzizecat/slang-lsp-tools
Releases · suzizecat/slang-lsp-tools
Latest Dev Release
0.3.0-dev
Added
- Added scope-aware completion.
- Added scope lookup by path method in the indexer.
- Added
--version
management for sv-indexer (same version as LSP)
Changed
- Full rework of the indexer.
- Updated CMakeLists.txt to generate proper semver version strings
- Show versions upon start of LSP and indexer (standalone)
- Reduced log level in the indexer (use of trace)
Fixed
- Avoid spurious errors in log due to unknown command
textDocument/didClose
- Fixed
diplomat-server.list-symbols
to handle design path as an input (#17)
Latest Dev Release
0.3.0-dev
Added
- Added scope-aware completion.
Changed
- Full rework of the indexer.
Latest Dev Release
0.3.0-dev
Changed
- Full rework of the indexer
0.2.1
Changelog
Added
- For reference, added the diplomat workspace settings schema in the source tree.
Changed
- Reorganization of all "sub applications" in sub-cmake files
Fixed
- Removed definition of hash for slang::SourceRange introduced by Slang 7.0 (#14)
- Prevent segfault on badly constructed module top level interface (#15)
Dependencies
- Slang from 6.0 to 7.0
- uri from
master
to a fixed hash + remove shallow clone (#13)
Latest Dev Release
0.2.0
Changelog
Added
- Add support for
include
folders in config files. - Add support to add user include folder through
diplomat-server.add-incdir
Dependencies
- Updated fmtlib from 10.2.1 to 11.0.2
- Updated sockpp from 0.8.1 to 1.0.0
- Updated spdlog from 1.13.0 to 1.14.1
- Updated argparse from 3.0 to 3.1
- Fix warning at compile time
Latest Dev Release
Changelog
Considered as first release.
Aligned with [email protected]
.
0.1.0
Changelog
Considered as first release.
Aligned with [email protected]
.