docs/astro/src/content/docs/guide/tooling/qt-creator.mdx
import Link from '@slint/common-files/src/components/Link.astro';
For the syntax highlighting, QtCreator supports the same format as Kate, with the xml file at the same location. Refer to the instruction from the <Link type="KateSyntaxHighlighting" label="Kate page"/> to enable syntax highlighting.
To install the Slint Language server, check the <Link type="SlintLSP" label="LSP Documentation"/>.
To setup the lsp:
slint-lsp binary*.slint as a file pattern. (don't use MIME types)slint-lsp binary (no arguments required)Once you have set up the LSP, in order to preview a component, when you have a .slint file open, place your cursor to the name of the component you would like to preview and press Alt + Enter to open the code action menu. Select Show Preview from that menu.