Zen-C
Loading...
Searching...
No Matches
LSPProject Struct Reference

Global state for the Language Server Project. More...

#include <lsp_project.h>

Collaboration diagram for LSPProject:

Data Fields

ParserContextctx
 Global shared parser context. Contains global registries (structs, functions) reused across files.
 
ProjectFilefiles
 List of tracked open files.
 
char * root_path
 Project root directory.
 

Detailed Description

Global state for the Language Server Project.

Field Documentation

◆ ctx

ParserContext* LSPProject::ctx

Global shared parser context. Contains global registries (structs, functions) reused across files.

◆ files

ProjectFile* LSPProject::files

List of tracked open files.

◆ root_path

char* LSPProject::root_path

Project root directory.


The documentation for this struct was generated from the following file: