show enum integer value in resharper intellisense

Viewed 40

I did some research but the closest answer to my question that I found was this:

show-enum-value-in-intellisense-resharper and it doesn't help me at all unfortunately.

Resharper is too lazy/abstinently to show the explicitly specified integer for an enum value in intellisense.

This is the original VS2022 intellisense behaviour:

enter image description here

And this is the resharper version:

enter image description here

Is it possible to get the original intellisense behaviour without disabling the entire resharper?

I'd be really happy about any hint.

1 Answers

You can't currently see enum values in ReSharper's IntelliSense popup. Please vote for RSRP-464737.

If you prefer, you can tell ReSharper to not override Visual Studio's IntelliSense on the "ReSharper | Options | Environment | IntelliSense | General" settings page.

Related