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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
ide_search_text — plain-text queries now use FindInProjectUtil (same engine as IDE's Find in Files), enabling true substring matching. Previously, whole-word token matching caused queries like "a_word" to miss results in identifiers like "a_word_and_another_word". A new wholeWord boolean parameter (default false) restores whole-word matching when needed.
Fixed
ide_optimize_imports / ide_reformat_code — refresh the file from disk before resolving PSI, preventing "Outdated stub in index" errors when files were modified by external tools.