-
Notifications
You must be signed in to change notification settings - Fork 0
Settings & Commands
Although ZeroSyntax works out of the box, there are settings and commands that can be used to change the behavior of the extension.
Settings can be accessed by going to VSCode settings or by pressing ctrl + ,
Search ZeroSyntax
in the search bar to get a list of all the settings
-
Force AddModule:
When working with map.ini module wrappers are required. This is not the case when modding the game. By unticking this box, the syntax parser will allow modules outside AddModule blocks -
Precompile TransitionKeys:
When transitioning between statesTransitionKeys
are needed to addConditionStates
, this option prechecks forTransitionKeys
before parsing diagnostic. Disabling this can in RARE instances improve performance.
Commands can be run by pressing ctrl + shift + p
or by pressing the Command Pallet..
shown in the image above.
-
Turn on/off Language Server:
Turns the language server on or off.