Notepad++ has a convenient feature: if you select a word in your text (not necessarily a keyword), the word is highlighted throughout the text. Can this be done in Emacs as
Type C-s, then type the current word or type C-w. As a bonus, you can now hit C-s again to search for the word.
C-s
C-w
This is called incremental search.