JetBrains Rider
 
Get JetBrains Rider
Get your hands on the new features ahead of the release by joining the Early Access Program for Rider 2025.1! Learn more

Second basic completion

Last modified: 23 September 2024

This command suggests types and extension methods from modules referenced in the current project regardless of whether their namespaces are imported in the current file. The namespace of each suggested item is displayed on its right in the suggestion list. As soon as you select a non-imported type, the required namespace import directives are added automatically.

When you use code completion over existing code items, you can either insert the selected completion suggestion before the existing item by pressing Enter or replace the existing identifier with the selected suggestion by pressing Tab. If necessary, you can change the default shortcuts on the Keymap page of JetBrains Rider settings CtrlAlt0S (look for the Choose Lookup Item and Choose Lookup Item Replace actions) .

You can access code completion settings right from the completion popup — click at the bottom of the popup and select Code Completion Settings.