Closed killwort closed 4 years ago
@killwort I had the same problem and recently found out that there is actually a plugin for i18n that also supports vue-i18n
that you can use along with intellivue.
Hi @killwort and @kelsos. Thanks for your suggestion.
We use an inhouse localisation solution. Our product actually solves many issues we have encountered.
Having said that, it is not likely we will focus our efforts on integrating a 3rd party product into IntelliVue. We have not released our in-house solution to the public yet, but may be if the interest is out there.
http://www.twelvetone.tv/docs/developer-tools/intellij-plugins/i18n
There's a popular localisation library usable with VUE https://kazupon.github.io/vue-i18n/ It would be great to have at least minimal support for it: a section in SFC analyser for.
And it would be even better if code completion would support $t/$tc functions and check if their arguments really exist inside dictionaries.