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
The problem is that match mode cannot be changed for given query, so it cannot be include for some parts and exact for some other parts.
I'm working on a feature that I call "Query builder" for now, that will allow for matching code with different match modes, using boolean conditions, matching code in nested scopes etc.
It's still work in progress, I don't have ETA, but it will definitely support your use case.
For example, I want the following query
to match
and not match
Maybe some multiple statements wildcard like
$$$$
cound be imported?So I can use this query in exact mode to achieve this.
The text was updated successfully, but these errors were encountered: