diff --git a/README.md b/README.md index 2ac6c67..2bf29ef 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ A comprehensive VS Code extension providing language support for NX CAD postproc ## Features - **Syntax Highlighting** - Full syntax highlighting for CDL, TCL, and DEF files -- **Language Server Integration** - Powered by `tclint` for advanced language features - **Code Formatting** - Automatic code formatting for all supported file types - **Multi-language Support** - Supports NX CDL, TCL, and DEF file formats - **Intelligent Code Analysis** - Linting and error detection for postprocessor code @@ -29,6 +28,7 @@ The extension can be configured through VS Code settings: - `nx-post-support.interpreter` - Specify custom Python interpreter path for the language server - `nx-post-support.formatter` - Enable/disable the TCL formatter (default: false) +- `nx-post-support.inlayHint` - Enable/disable inlay Hints (default: true) ## Usage