Feature: What about hints in IDE? #469
Replies: 4 comments
-
In an unrelated project for work, I've solved this concern with straight plain old TypeScript bindings. Here is what the developer sees in Webstorm, and VS Code is rather similar. No plugins, no fuss trying to guess obscure keys. Bringing typesafe i18n makes it easier for developers. |
Beta Was this translation helpful? Give feedback.
-
That would be an incredible feature. Maybe autogenerate TypeScript Bindings just as the i18-extract? Don't know if there is another way |
Beta Was this translation helpful? Give feedback.
-
FYI i18n-ally is a VSCode extension and supports this (at least in templates). |
Beta Was this translation helpful? Give feedback.
-
This is definitely possible with TypeScript, I have seen this within: https://github.com/mozilla/node-convict/tree/master/packages/convict but I dont remember how this was called |
Beta Was this translation helpful? Give feedback.
-
Hello. It would be very convenient to find the desired translation in .json files by ctrl + click on the key in selectTranslate () or in templates.
I'm using Phpstorm and at the moment I have this problem:
Should I expect any plugins for Jetbrains IDEs or other?
Maybe there are some other approaches?
Thanks!!!
Beta Was this translation helpful? Give feedback.
All reactions