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
Currently, if no find-and-replace query has been executed before, the first match found will be the first in all the code. The expected result mirrored in IDEs is starting at the first match after the position of the caret, which is so expected that I would classify the current behaviour as a bug.
As the FindAndReplace plugin is user-facing UI, not an API, changing this is not a breaking change. For cautiousness' sake, this probably is a breaking change.