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

Rails I18n

aki77

|
10,109 installs
| (0) | Free
Completion, Hover and QuickFix provider for Rails I18n.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Rails I18n

Completion, Hover and QuickFix provider for Rails I18n.

Features

Completion

translate

translate

localize

localize

Hover

hover

Quick fix

quickfix

Goto definition

Goto

Extension Settings

This extension contributes the following settings:

  • railsI18n.translateMethods: ["I18n.translate", "I18n.t", "t"]
  • railsI18n.localizeMethods: ["I18n.localize", "I18n.l", "l"]
  • railsI18n.localeFilePattern: config/locales/*.yml
  • railsI18n.priorityOfLocales: ["en"]

Commands

  • railsI18n.reload: Reload locale files
  • railsI18n.gotoTranslation: Go to Translation

TODO

  • [ ] Completion of activerecord error message
  • [ ] Expand translation variables into snippets
  • [ ] Localize method hover widget
  • [ ] Translations missing report
  • [ ] Extract translations from code
  • [ ] Test
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft