Flutter L10n Editor is a Visual Studio Code extension that provides a custom editor for managing localization files in Flutter projects. This extension simplifies the process of editing .arb and JSON localization files.
Features
Custom editor for .arb and JSON localization files.
Easy-to-use interface for managing translation keys and values.
Real-time updates between the editor and the localization files.
Requirements
Visual Studio Code version 1.96.0 or higher.
Node.js and npm installed on your system.
Installation
Clone the repository or download the extension package.
Open the project in Visual Studio Code.
Run npm install to install the dependencies.
Press F5 to open a new window with your extension loaded.
Usage
Open a .arb or JSON localization file in your Flutter project.
The custom editor will automatically open, displaying the translation keys and values.
Edit the translations directly in the editor. Changes will be saved in real-time.
Extension Settings
This extension does not contribute any settings.
Known Issues
None at the moment. Please report any issues you encounter.
Release Notes
0.0.1
Initial release of Flutter L10n Editor.
Following extension guidelines
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.