Skip to content

ZeroSyntax VS Code extension

Working with INI files can be a bit of a pain, because of the custom syntax defined by the developers. If a single line contains a syntax error, the entire game can crash. Because of this, a Visual Studio Code extension was created by @ViTeXFTW to help with linting INI files. This extension is called ZeroSyntax.

The ZeroSyntax extension pack comes with four main features:

  1. Syntax highlighting for INI files.
    This changes how VS Code displays the INI files, making it easier to read and understand the contents.

  2. Formatting for INI files.
    When working with older files or when experimenting, INI files can become messy. This feature will clean up the file and apply correct indentation based on the indentation settings in VS Code.

  3. Linting for INI files.
    This feature will check the INI file for syntax errors and highlight them in the editor. This can help prevent crashes when working with INI files.

  4. Code Completion for INI files.
    This feature will provide suggestions for tags and values when working with INI files. This can help speed up development and prevent typos.

Installation is easy and can be done directly from the editor. Use this link: ZeroSyntax Pack, or use one of the following methods:

  1. Go to the Extensions tab in the sidebar.
  2. Search for ZeroSyntax.
  3. Select the desired extension and click install.
  1. Go to the Visual Studio Code Marketplace.
  2. Click the install button.
  3. Press the Open in Visual Studio Code button.
  4. Select the desired extension and click install.

Coming Soon…