Antlers ToolboxThis Visual Studio Code extension provides rich language support for the Antlers templating language, used for building Statamic websites. This extension provides the following awesome capabilities:
InstallationTo install the extension on your local machine, simply open Visual Studio Code and search for "Antlers Language for Statamic" in the Extensions panel. Once you find it, click "Install". The extension will automatically activate the next time you open an Antlers HTML file. Want to take your install even further? Consider checking out the documentation at https://antlers.dev/. Reloading Project DetailsIf you have made significant changes to your project's blueprints, globals, etc. and have Visual Studio Code open to just the Migrating from Version 1Antlers Toolbox versions 1.x shipped with a bundled PHP analyzer. This has been removed with version 2, and may be replaced with a standalone Composer package at a later date. This bundled PHP analyzer would create an The file(s) and directorie(s) created by the PHP analyzer from version 1 can be safely removed without any issues. Some features like auto-detecting your project's custom tags, modifiers, etc. (as well as those from your Composer dependencies) will no longer work starting with version 2 because of the analyzer's removal. This analyzer was removed to reduce the complexity (slightly) and bundle size of the extension. Reporting IssuesIf you come across an issue, or have a suggestion to improve Antlers Toolbox, feel free to create an issue on the project's GitHub repository here: https://github.com/Stillat/vscode-antlers-language-server/issues If you are looking to report a security vulnerability, please do not create an issue on the GitHub repository. To report sensitive issues or a security vulnerability please email security@stillat.com with the relevant details. Emails requesting information on bounties, etc. will not be responded to. LicenseAntlers Toolbox is open-sourced software licensed under the MIT license. |