Skip to content

PyARC Server Implementation

This merge request implements the PyARC language server (PyARCServer).

  • parseDocumentForDiagnostics (Interpeter for parse diagnostics, Definition for deserialization/semantic diagnostics)
  • gatherDocumentSymbols (Populates the navigation panel, for identified objects, include id)
  • 🛑 gatherDocumentCompletionItems (autocompletion - requires connection to templates)
  • gatherDocumentDefinitionLocations (goto definition - requires ExistsIn targets' node providence access)
  • gatherDocumentReferencesLocations(find references - requires ExistsIn sources' node providence access)
  • getHoverDisplayText (displays InputDatabase object description, if present)
Edited by Lefebvre, Robert Alexander

Merge request reports

Loading