ekino / jcv-idea-plugin

IntelliJ IDEA plugin for an enhanced coding experience on JCV based projects.
https://plugins.jetbrains.com/plugin/13916-jcv
MIT License
7 stars 0 forks source link

Support text blocks #32

Closed MrAolen closed 3 years ago

MrAolen commented 3 years ago

Hello,

I'm trying to use JCV plugin with a java project. It would be great if this plugin could work with text blocks. Like in this example :

String someValuableVariableName =
 // language=json
"""
    {
        "someAwesomeFieldName": "{#string_type#}"
    }
""";

Here I got no autocompletion or color highlight in Intellij.

Versions :