Skip to content

LSP Diagnostics and Code Actions

The LSP panel adds language-aware feedback to an active remote workspace. With a compatible language server configured on the host, you can move from a diagnostic to the relevant source line and apply available code actions. LSP is a Pro workflow.

NimoteCode LSP diagnostics — phone
NimoteCode LSP diagnostics — iPad

A practical LSP loop

  1. Set up and verify the language server for the remote project.
  2. Open LSP and filter diagnostics to the most important errors.
  3. Jump to the source location and apply a code action if one is offered.
  4. Re-run the relevant check in Terminal.
  5. Use Debug or AI Chat and Agent if the problem needs more context.

Language support depends on the tools installed and configured on your remote host. An unavailable code action is normal for some diagnostics; it is not a promise that AI or LSP can automatically fix every issue.