picimako / citric

Citrus framework integration for the IntelliJ platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin settings to toggle Citrus functions and validation matchers annotators

picimako opened this issue · comments

Summary

Citrus functions and validation matchers are currently highlighted in Java String literal, but there is no option to disable them in case users want to disable them.

Tasks

  • Add two options in the plugin settings:
    • one to enable/disable the annotator for Citrus functions
    • another one enable/disable the annotator for validation matchers
  • The options would be enabled by default.
  • Take into consideration the scalability of these options for when the annotators would be available in other file types in the future.

It is completed in v1.0.6, but as of now, Citrus functions and validation matcher annotations cannot be enabled/disabled separately.

image