Skip to content

4.31.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 05:47
ac00489

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.