Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Rails i18nNew to Visual Studio Code? Get it now.
Rails i18n

Rails i18n

Shane Hofstetter

|
27,848 installs
| (2) | Free
rails i18n helper
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Rails i18n

Build Status

Rails i18n helper for Visual Studio Code

Features

  • Default supported template languages: haml, erb and slim
    • others can be configured by adding the language identifier to the railsI18n.languageIdentifiers setting
  • Shows translation (in configured default locale) when hovering over i18n keys

alt text

  • Provides autocompletion when typing i18n keys

alt text

  • Supports multiple workspaces
  • Evaluates and parses yaml files configured in I18n.load_path (turned off per default, turn it on by setting railsI18n.loadAllTranslations to true)
  • Provides definition for i18n keys (Command 'Go To Definition' (F12 or ⌘+↓))

alt text

Known Issues

  • RVM not supported

Release Notes

Planned Features

  • [ ] add a setting and feature to show translations of all available locales on hover
  • [ ] go-to-definition creates key in yaml file if it does not already exist
  • [ ] copy dot-separated translation keys into clipboard from yaml file
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft