You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Vaadin we are using different languages in Java for example.
Javascript in Element#executeJs(String javascript)
Html in new Html(String html)
Regexp in Textfield#setPattern`
In IntelliJ, it's possible to configure the IDE to tell a parameter of the Java method is a certain type, so IntelliJ will highlight the syntax and gives some autocompletion.
In Vaadin we are using different languages in Java for example.
Element#executeJs(String javascript)
new Html(String html)
In IntelliJ, it's possible to configure the IDE to tell a parameter of the Java method is a certain type, so IntelliJ will highlight the syntax and gives some autocompletion.
Here is the documentation for the functionality: https://plugins.jetbrains.com/docs/intellij/language-injection.html#-e7g6el_26
If you add the configuration for the previous examples IntelliJ will help you:
The text was updated successfully, but these errors were encountered: