If I have a constant with name SomeConst (in UpperCamelCase form) in my code I can enter just the upper letters SC for showing it in intellisense list.
Is there a similar behaviour for constants in ALL_UPPER format, i.e. SOME_CONST?
I tried also SC. But SOME_CONST did not appear in intellisense proposal list.
If I have a constant with name SomeConst (in UpperCamelCase form) in my code
Share
Doesn’t look like it. The re-sharper ‘Go to’ functionality only supports Camel Case naming conventions http://www.jetbrains.com/resharper/features/navigation_search.html