# Find word at caret

This command lets you find occurrences of the current word independently on its structural meaning — it can be anything in your document: an identifier or a keyword in the code, a word in a string literal or a comment, an XML tag or attribute, or even a number. If any matches are found, you can quickly navigate between them.

Note that this command is case-sensitive.

Procedure: Find the word at caret

* Select `Edit | Find | Next Occurrence of the Word at Caret` from the main menu.

Procedure: Navigate between the occurrences of the word at caret

1. Press `F3` (Windows), `⌘ G` (macOS), `F3` (IntelliJ IDEA Classic (macOS)), `⌘ G` (macOS System Shortcuts), `F3` (XWin), `F3` (GNOME), `F3` (KDE), `F3` (Emacs), `F3` (Sublime Text), `⌘ G` (Sublime Text (macOS)), `⌘ G` (Xcode), `F3` (Visual Studio), `F3` (Visual Studio (macOS)), `F3` (ReSharper), `F3` (ReSharper (macOS)), `F3` (QtCreator), `⌘ G` (QtCreator (macOS)), `F3` (NetBeans), `Ctrl+K` (Eclipse), `⌘ K` (Eclipse (macOS)) to go to the next occurrence.

2. Press `Shift+F3` (Windows), `⌘ ⇧ G` (macOS), `⇧ F3` (IntelliJ IDEA Classic (macOS)), `⌘ ⇧ G` (macOS System Shortcuts), `Shift+F3` (XWin), `Shift+F3` (GNOME), `Shift+F3` (KDE), `Shift+F3` (Emacs), `Shift+F3` (Sublime Text), `⌘ ⇧ G` (Sublime Text (macOS)), `⌘ ⇧ G` (Xcode), `Shift+F3` (Visual Studio), `⇧ F3` (Visual Studio (macOS)), `Shift+F3` (ReSharper), `⇧ F3` (ReSharper (macOS)), `Shift+F3` (QtCreator), `⌘ ⇧ G` (QtCreator (macOS)), `Shift+F3` (NetBeans), `Ctrl+Shift+K` (Eclipse), `⌘ ⇧ K` (Eclipse (macOS)) to go to the previous occurrence.

