ZFFramework
Loading...
Searching...
No Matches
ZFLuaLSP.h File Reference

util to export a lua file for LSP More...

#include "ZFLuaDef.h"

Go to the source code of this file.

Functions

ZFCoreArray< zfstring > & ZFLuaLSPGenSourceRootList ()
 a list of local path to map
zfboolZFLuaLSPGenSourceRootCheckExist (void)
 when use ZFLuaLSPGenSourceRootList to map, whether to check file exists
void ZFLuaLSPGenSourceRootCheckExist (zfbool const &v)
 see ZFLuaLSPGenSourceRootCheckExist
void ZFLuaLSPGen (const ZFOutput &output)
 util to export a lua file for LSP (Language Server Protocol)

Detailed Description

util to export a lua file for LSP

Function Documentation

◆ ZFLuaLSPGenSourceRootList()

ZFCoreArray< zfstring > & ZFLuaLSPGenSourceRootList ( )
extern

a list of local path to map

ZFSourceCodeMap::Enable must be set to use

◆ ZFLuaLSPGen()

void ZFLuaLSPGen ( const ZFOutput & output)
extern

util to export a lua file for LSP (Language Server Protocol)

include the generated lua file for LSP plugins, then your LSP plugin should be able to perform semantic completion
recommended LSP