kh-bd / interp4j-intellij-plugin

Intellij plugin to support interp4j library
3 stars 1 forks source link

String concatenation in annotations are highlighted, but should not! #28

Closed KhadanovichSergey closed 10 months ago

KhadanovichSergey commented 10 months ago

Example,

@FeignClient(
        name = NAME,
        path = "/" + VERSION + "/" + URL_PREFIX + "/" + URL
)

path parameter is highlighted, but it's not correct.

KhadanovichSergey commented 10 months ago

done