GoLand 2020.2 Help

Find a 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.

Find the word at caret

Do one of the following:

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

  • Use Ctrl+F3 keyboard shortcut.

Navigate between the occurrences of the word at caret

  1. Press F3 to go to the next occurrence.

  2. Press Shift+F3 to go to the previous occurrence.

Last modified: 15 May 2020