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.
Features
Section titled “Features”The ZeroSyntax extension pack comes with four main features:
-
Syntax highlighting for INI files.
This changes how VS Code displays the INI files, making it easier to read and understand the contents. -
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. -
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. -
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
Section titled “Installation”Installation is easy and can be done directly from the editor. Use this link: ZeroSyntax Pack, or use one of the following methods:
Visual Studio Code
Section titled “Visual Studio Code”- Go to the Extensions tab in the sidebar.
- Search for
ZeroSyntax. - Select the desired extension and click install.
Visual Studio Code Marketplace
Section titled “Visual Studio Code Marketplace”- Go to the Visual Studio Code Marketplace.
- Click the install button.
- Press the
Open in Visual Studio Codebutton. - Select the desired extension and click install.
Visual Studio Extension
Section titled “Visual Studio Extension”Coming Soon…