Files
nx_post_support/CHANGELOG.md
T
Christoph Brandau a39aee1b9d feat(server): add TCL signature help support
Adds a signature help system for TCL commands.
The LSP server now exposes signature help for custom and
built-in MOM procedures, enabling parameter hints while editing.
Tests and documentation were added to cover common usage.

- Adds signature_help module to parse and present signatures
- Integrates with LSP server to provide signature help on the client
- Adds tests for custom and built-in procedures
2026-08-17 08:31:15 +02:00

28 lines
306 B
Markdown

## Unreleased
- Add signature help for custom TCL procedures and built-in NX/MOM procedures
## [0.0.1]
- Initial release
## [0.0.2]
- Add Autocomp for TYPE
## [0.1.0]
- Add Hover Feature
## [0.2.0]
- Add DEF File Support
## [2026.6.100]
- Fix several bugs
## [2026.6.200]
- Fix foramtting bug