Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SyntaxColoring.AutoCompleteVariables.SetGlobals

Sets initial list of known global variables.

Component Version macOS Windows Linux Server iOS SDK
SyntaxColoring 14.3 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "SyntaxColoring.AutoCompleteVariables.SetGlobals"; Globals )   More

Parameters

Parameter Description Example
Globals The list of variable names without $$ prefixes. "always¶UserName"

Result

Returns OK or error.

Description

Sets initial list of known global variables.
When the plugin sees more global variables, it will increase the list.

This function allows you to pre-populate the list for global variables for auto complete on start of your solution.

Examples

Set Variable [ $r ; Value: MBS( "SyntaxColoring.AutoCompleteVariables.SetGlobals"; "Hello¶World" ) ]

See also

Release notes

Blog Entries

This function is free to use.

Created 1st July 2024, last changed 24th August 2024


SyntaxColoring.AutoCompleteVariables.SetEnabled - SyntaxColoring.AutoCompleteVariables.SetLocals