Fix My ARB is a Visual Studio Code extension designed to streamline your workflow when working with ARB (Application Resource Bundle) files. It provides syntax highlighting, formatting, and a command called fix-my-arb that automatically corrects common syntax errors such as missing commas and quotation marks.
Features
Syntax Highlighting: Makes it easier to read and understand the structure of your ARB files.
Formatting: Automatically formats your ARB files to ensure they are clean and well-structured.
Fix My ARB Command: Automatically fixes common syntax errors in your ARB files.
How to Use
Install the extension from the VS Code marketplace.
Open your ARB file in VS Code.
Use the fix-my-arb command to automatically fix syntax errors.
Feedback and Contributions
Your feedback is important to us! If you find a bug or have a suggestion, please open an issue on the GitHub repository. Contributions are also welcome. Feel free to fork the repository and submit a pull request.
Release Notes
[1.0.2] - 2023-07-16
Added
Feature to alert users when a line in an ARB file starts with a number, helping to prevent potential errors.
[1.0.1] - 2023-07-14
Added
Syntax highlighting for ARB files, enhancing readability and user experience.
Formatting capabilities for ARB files, promoting a consistent and clean file structure.
[1.0.0] - 2023-07-13
Added
Initial release of the "Fix My ARB" extension, providing essential functionality for working with ARB files.
Enjoy using Fix My ARB? Please leave a review or rate us in the VS Code marketplace!