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
Using "Find in Files" with the "Match whole case" checkbox enabled returns many erroneous lines (I'm running the 01/24/2025 nightly). For example, using the code above and searching myVariable (with "Match whole case") returns 64,752 lines (the overwhelming majority from corlib, of course). Restricting the search to the current project still returns 4 results:
My assumption (based on many other text editors) is that the checkbox is supposed to read "Match whole word". Renaming the checkbox could be a separate issue on its own, but I'll just mention it as a footnote here to avoid cluttering up GitHub.
The text was updated successfully, but these errors were encountered:
Using "Find in Files" with the "Match whole case" checkbox enabled returns many erroneous lines (I'm running the 01/24/2025 nightly). For example, using the code above and searching
myVariable
(with "Match whole case") returns 64,752 lines (the overwhelming majority from corlib, of course). Restricting the search to the current project still returns 4 results:My assumption (based on many other text editors) is that the checkbox is supposed to read "Match whole word". Renaming the checkbox could be a separate issue on its own, but I'll just mention it as a footnote here to avoid cluttering up GitHub.
The text was updated successfully, but these errors were encountered: