In this page of ReSharper options, you can adjust the appearance of ReSharper's Intellisence popup. For more information, see Code Completion and Parameter Information features.
| Item | Description |
|---|---|
|
Display completion items in |
These radio buttons help switching between Visual Studio IntelliSense and Text Editor fonts in code completion lists. Note that if you change your IntelliSense or Text Editor font in the Visual Studio options (Tools | Options | Environment | Fonts and Colors), ReSharper can only match the new font after you restart Visual Studio. |
|
Completion list has [value] rows |
Sets max number of rows in code completion lists. |
|
Show member signatures |
This check box determines whether member signatures are displayed in code completion lists. |
|
Show summary |
This check box determines whether the Parameter Information displays next to the selected item in the code completion list. |
|
Filter members by [EditorBrowsable] attribute |
These check box enables filtering of members marked with the System.ComponentModel.EditorBrowsable attribute that appear in code completion lists. If you select this check box, you can choose to show members assigned with a specific level. |
Note
ReSharper's settings are saved in settings layers that enable you to have different settings for different solutions as well as to share your settings with your team. To learn more, study the Managing and Sharing Options section.
