The Textwire VSCode Extension is an open-source solution that enhances the development experience for the Textwire templating language. With features like syntax highlighting, custom file icons, and intelligent autocompletion, this extension makes working with Textwire files seamless and efficient.
Textwire files are visually enhanced with syntax highlighting for:
- Directives
- Comments
- Expressions
- Other key language elements
This ensures better readability and reduces the chances of syntax errors.
Quickly identify Textwire files in your VSCode file explorer with custom-designed icons. These icons provide a unique and recognizable appearance, improving project organization and file navigation.
Speed up your development process with intelligent autocompletion for Textwire directives. As you type, the extension suggests available directives with clear description, making it easier to write code and reducing the chances of typos.
The extension also provides autocompletion for loop
objects that are available in any Textwire loop. As you type, the extension suggests available loop properties with clear description.
- Open the Extensions Marketplace in VSCode.
- Search for
Textwire
. - Click Install.
- Enjoy enhanced support for Textwire files in your projects.
Have suggestions or questions? Feel free to open an issue on the GitHub repository or reach out to us directly.
This project is licensed under the MIT License.