Sergeant Coolagin
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 11
-
Sergeant Coolagin commented, -
-
Sergeant Coolagin created a post, 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... -
-
Sergeant Coolagin created a post, How to detect code style in a solution?
I want to apply a code style that is used in a C# solution(cloned Github repository). I read this article: https://blog.jetbrains.com/dotnet/2018/12/05/detection-code-styles-naming-resharper/ In th... -
Sergeant Coolagin commented, -
-
-
Sergeant Coolagin created a post, How to get back "document function" menu item back on alt+enter?
In the past when I'd press alt+enter, it would show in the menu and suggest to document function with a pattern. I don't remember the name of the item, but it was here: And when I'd press on thi... -
Sergeant Coolagin created a post, Move cursor to specific places in a live template
I want to change default prop template: public $Type$ $Name$ { get; set; } So that when I press Tab after I enter Type and Name of a property, it would go to the place between get and ;, and then i...