Troubleshooting: C++ Visual Assist and C++ LSP

From RAD Studio

Visual Assist

When experiencing issues regarding Visual Assist features, please consider the following workaround.

  1. Close the IDE.
  2. Delete all the contents of the following files:
    AppData\Local\Embarcadero\BDS\23.0\VisualAssist
    AppData\Roaming\Embarcadero\BDS\23.0\VisualAssist
    Note: Consider that the AppData folder might be hidden.
  3. Restart the IDE.
  4. Reopen the project.

Note this will reparse your whole project.

CQuery (C++ LSP)

When the Generate a .log file of LSP Server activities and Generate LSP input and output files (w/ '.in' and '.out' extensions) settings are turned on, the results can be used to help diagnose issues. Note that they may contain source code from your project.