Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>flutter-l10n-editorNew to Visual Studio Code? Get it now.
flutter-l10n-editor

flutter-l10n-editor

tomari99

|
77 installs
| (0) | Free
Flutter localization editor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Flutter L10n Editor

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

  1. Clone the repository or download the extension package.
  2. Open the project in Visual Studio Code.
  3. Run npm install to install the dependencies.
  4. Press F5 to open a new window with your extension loaded.

Usage

  1. Open a .arb or JSON localization file in your Flutter project.
  2. The custom editor will automatically open, displaying the translation keys and values.
  3. 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.

  • Extension Guidelines

Working with Markdown

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
  • Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft