Cyclic Expand Word - Hippie Completion

Complete any word any from the current open files.

Cyclic Expand Word helps you complete any word any from the current open files

It's a type of code completion that analyzes your code in the visible scope, helps you to complete any word from any of the currently opened files, and provides you with suggestions from the current context, which can save you plenty of time when, for example, you are working on boilerplate code.

Press ⌥/ (macOS) / Alt+/ (Windows/Linux) to search for matching words before the caret or choose Code | Code Completion | Cyclic Expand Word.

Press ⌥⇧/ (macOS) / Shift+Alt+/ (Windows/Linux) for searching words after the caret or choose Code | Code Completion | Cyclic Expand Word (Backward).

Hold the (macOS) / Alt (Windows/Linux) key down and keep pressing / until you get to the word you need.

Related Resources

Basic Code Completion
Basic Code Completion
Code completion out-of-the-box that helps you get the job done.
Code completion in Evaluate Expression, Watches or Conditional Breakpoints
Code completion in Evaluate Expression, Watches or Conditional Breakpoints
The debugger also has extensive code completion capabilities.
Code Completion in Language Injections
Code Completion in Language Injections
See how to use code completion inside strings and other places.