Skip to content

Settings & Commands

Mads Jans edited this page Oct 29, 2024 · 1 revision

Settings:

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 + ,
prev_settings

Search ZeroSyntax in the search bar to get a list of all the settings

  1. 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

  2. Precompile TransitionKeys:
    When transitioning between states TransitionKeys are needed to add ConditionStates, this option prechecks for TransitionKeys before parsing diagnostic. Disabling this can in RARE instances improve performance.

Commands:

Commands can be run by pressing ctrl + shift + p or by pressing the Command Pallet.. shown in the image above.

  1. Turn on/off Language Server:
    Turns the language server on or off.
Clone this wiki locally