Open hakastein opened 1 year ago
Which vue plugin do you use? I need to study the injection interface of the other party.
Budled Vue plugin from jetbrains https://plugins.jetbrains.com/plugin/9442-vue-js
A new version under review.
In fact, I injected all the xml nodes whose name is fluent
.
Because I have to support the community version, and I don't know how to optionally introduce the element definition of the vue plugin.
There are also some problems with indentation, and the default will be one more level of indentation.
And this indentation level is added outside the tag, I don't know how to modify it.
Many thx
new version online
After updating the plugin, there is an endless "Analyzing..." of the code (PyCharm 2022.3.2 RC)
It may be caused by some expired API, I use IntStack
to represent indent and dedent, I may need to rewrite Lexer
Can you add Vue SFC support?
https://fluent-vue.demivan.me/introduction.html#example