You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conditional suggesting may be useful to simplify rules and to reduce some matching boilerplate in similar rules.
Also, it makes quickfix specialization very easy.
API
// SuggestIf assigns a quickfix suggestion for the matched code if given cond is satisfied.func (mMatcher) SuggestIf(condbool, suggestionstring) Matcher {
Conditional suggesting may be useful to simplify rules and to reduce some matching boilerplate in similar rules.
Also, it makes quickfix specialization very easy.
API
Example of reducing boilerplate
From
to
The text was updated successfully, but these errors were encountered: