Skip to content
Advertisement

PyCharm 2021.1 “Find in Files” not working

Ever since I installed update to PyCharm 2021.1 my find usages and find in files features always return nothing found. Is there some settings that I’m missing that I suppose to set in this new version?

Advertisement

Answer

The answer is on Jetbrains’s issue tracker here: issue IDEA-266391.

WORKAROUND

Invoke File|Invalidate caches and select the following checkbox:enter image description here Find in files doesn’t show occurrences in 2021.1

Can’t be workarounded by any custom VM option in 2021.1. Only cache invalidation helps.

Build with fix is provided here: https://confluence.jetbrains.com/display/IDEADEV/IDEA+2021.1+latest+builds Starting from: IntelliJ IDEA 2021.1.1 Preview (build 211.7142.13), released on Apr 21, 2021

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement