Most applications select the whole word at the current cursor position when searching, but PyCharm doesn't seem to do this. I know I can double click or do Ctrl + Left then Shift + Ctrl + Right before hitting Ctrl + F, but it's not ideal.
Am I missing something? I can't see an option to turn on that selects the current word by default.
Edit | Extend Selection
(Ctrl+W) to quickly select what's under cursor before hitting Ctrl+F... Anyway: if all what you need is to search current file for word under cursor -- try BrowseWordAtCaret plugin -- works well for me. – LazyOne