picimako / citric

Citrus framework integration for the IntelliJ platform.
0 stars 0 forks source link

Extend function and validation matcher completion to other file types #19

Closed picimako closed 7 months ago

picimako commented 8 months ago

Summary

Currently function and validation matcher code completion is available only in Java String literals. Since they can be used in many other places, extend the list of them.

This would enable the feature e.g. in separate request and response body files.

Tasks

File type Location
XML Tag texts, tag attribute values
JSON String literals
YAML Plain text, single-quoted and double-quoted strings
Groovy Single-, double-, triple-single-, triple-double-quoted strings
picimako commented 7 months ago

Completed in v1.0.6.