Atlas HCL Extension for Visual Studio CodeThe Extension supports Auto Completion Schema, SQL Dialect, Referencing Qualified Tables, Linting. FeaturesAuto Completion Schema ResourcesThis refers to a feature that automatically suggests or completes the names of schema resources (e.g. tables, columns, etc.) as the user types, based on the database dialect being used. For a comprehensive list of the supported resources, please visit the following link: https://atlasgo.io/atlas-schema/sql-resources. Syntax HighlightingThis refers to a feature that highlights syntax in a file based on the HashiCorp Configuration Language (HCL) syntax Referencing Qualified tablesThis refers to a feature that allows for referencing tables and their columns in a structured manner, either relative to the current location (e.g. column.id) or absolute to the table (e.g. table.user.column.id). LintingThe tool provides linting capabilities, including duplicate resources/attributes, required attributes, and resource hierarchy validation. |