Skip to content

Experimental LSP Toggle

DATAMIMIC includes an optional, per-project Experimental LSP integration. When enabled, the editor can use LSP to provide improved autocomplete, hover/preview assistance, and editor diagnostics.

Experimental feature

Performance and functionality may be incomplete while LSP is still experimental for your project. Enable it at your own risk.

Where to find the toggle

  1. Open Project → Settings.
  2. Go to the Experimental Features section (within the Project Settings UI).
  3. In the LSP card, use the Enable / Disable button.
Experimental LSP toggle card
Experimental Features → LSP (Enable / Disable)

Enable / Disable

When enabling:

  1. Click Enable in the LSP card.
  2. In the dialog Enable Experimental LSP, check I understand.
  3. The Enable LSP button is disabled until the acknowledgement checkbox is checked.
  4. Click Enable LSP.
Enable Experimental LSP dialog
Enable Experimental LSP (acknowledgement gate)

To disable:

  1. Return to the same LSP card.
  2. Click Disable.
Disable Experimental LSP button
Disable Experimental LSP

What changes when enabled

  • The editor starts an LSP session for the project and keeps it active across file switches inside the editor view.
  • LSP assistance is used for XML-like, non-global files (for example .xml and .template.xml).

For what LSP does in each editor mode, see: Editor: Experimental LSP.