Overview
These settings control editor hints, hover documentation, and semantic syntax highlighting.Inlay hints (hint.*)
Inlay hints show inline type and name annotations beside your code.
Inlay hint examples
Parameter hints:Inline values (inlineValues.*)
Inline values show variable contents during a debug session, overlaid on the source code.
Hover (hover.*)
Hover documentation shows:
- Type signatures and docs for functions, fields, and classes
- Realm badge (client/shared/server) for GMod API symbols
@deprecatedmessages for deprecated symbols@seecross-references- Inline +/− verbosity buttons for classes with many members — click + to show more members, − to show fewer
Semantic tokens (semanticTokens.*)
Semantic tokens provide syntax highlighting based on type analysis. GLuaLS colors variables by role, such as local, global, field, or method, instead of lexical category.
Code lens (codeLens.*)
Code action (codeAction.*)
VS Code extension settings
You can also configure these settings in VS Code settings with thegluals.* prefix:
Full example
.gluarc.json