Overview of Slint LSP Features
masterThe Slint Language Server Protocol (LSP) server provides a suite of IDE features specifically for .slint files. Key capabilities include:
- Code completion: Suggestions for properties, elements, and types.
- Hover: Displaying type information and documentation.
- Go-to-definition: Navigating to declarations.
- Semantic tokens: Providing data for advanced syntax highlighting.
- Document symbols: Generating an outline view of the document.
- Rename: Refactoring support for identifiers.
- Formatting: Automatic code formatting.
- Live preview: Real-time UI preview with hot reload support.