Sergeant Coolagin
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 12
-
Edited Don't autocomplete enum with members?
When typing in Enum class, Resharper automatically completes the list with its' members:This breaks the usual pattern of typing first few letters of a symbol and then pressing tab. For example: nam... -
Edited Where can I enable Resharper C++ suggestion to pass parameters as const references?
Where can I enable Resharper C++ suggestion to pass parameters as const references? I remember it was recommending me to make parameters const and then pass by reference when applicable, and it w...