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:
And this is the resharper version:
Is it possible to get the original intellisense behaviour without disabling the entire resharper?
I'd be really happy about any hint.

