How to identify (missing) named arguments in SSR
I have an SSR pattern that nearly matches what I am looking for
SuppressMessage($args$).
However, I actually need to locate matches that do NOT contain a Justification named argument.
Is this possible? (ReSharper 8.2)
Please sign in to leave a comment.
Hello Rachel,
It is impossible right now https://youtrack.jetbrains.com/issue/RSRP-170113.
Thanks!
Many thanks,
I guess I'll just have to write a plugin to find them ...
Rachel