Automatic Semicolon Insertion for GLSLASI for GLSL is an extension that aims to catch and fix syntax errors automatically. Feature: Automatic Semicolon InsertionAutomatically adds semicolons to GLSL shader programs. Extra Features: AST ParserAutomatic ParenthesesAutomatically adds missing parentheses to Automatic ColonsAutomatically adds missing colons in Automatic Explicit Type ConversionsAutomatically adds explicit type conversions in variable declarations when the initializer is not implicitly convertible to the declared type. Extra Features: Legacy RegExAutomatic Argument ParenthesesAutomatically adds parentheses around the arguments of Lazy forShorter Lazy ConstructorsInfer constructors for vector and matrix types on initialization UsageASI for GLSL is a formatter. It will run when you execute the 'Format Document' command. You can set formatting to occur on save, and all changes will be applied every time you save the file. |