Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Andrey Davydov
Total activity
14
Last activity
August 23, 2023 06:44
Member since
March 17, 2017 14:42
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
6
Activity overview
Articles (0)
Posts (0)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
August 23, 2023 06:44
There is a special `to_string` item in ReSharper postfix completion (https://www.jetbrains.com/help/resharper/Coding_Assistance_in_CPP.html#postfix_completion). Press '.' after expression of intege...
Community
ReSharper C++
Shortcut for std::to_string?
0 votes
Created
February 12, 2020 11:15
Yes, those suggestions pop up if corresponding headers are not included, and #include will be added after code completion invoked. E.g. template<typename T>struct some_type_t {}; template<typename ...
Community
ReSharper C++
More Postfix Templates for C++
1 vote
Created
February 12, 2020 10:22
I created issues https://youtrack.jetbrains.com/issue/RSCPP-28705 and https://youtrack.jetbrains.com/issue/RSCPP-28706.
Community
ReSharper C++
More Postfix Templates for C++
1 vote
Created
January 22, 2020 18:45
But you can fix only this parameter using common ReSharper machinery for quick fixes: press Alt + Enter on 'Foo' and the first item of context menu should be "Rename to '_Foo'".
Community
ReSharper C++
How do automatically fix up code that does not adhere to my coding standard?
0 votes
Created
August 09, 2019 16:37
Sorry for the inconvenience, could you please try to unselect checkbox "ReSharper | Options | General | Solution Model | Read solution model directly...", then clear cashes (the button above) and r...
Community
ReSharper C++
RC++ 2019.2 not parsing the NMake inlcude paths
1 vote
Created
February 28, 2019 17:00
R++ will support renaming of parameters in 2019.1.
Community
ReSharper C++
is there a way to custom the comments style? in c++
0 votes
Edited
March 17, 2017 14:43
Markus6687, thank you for feedback! We have already supported top level tags <summary>, <param>, <typeparam>, <returns>, <remarks>, <exception> and nested tags <paramref>, <typeparamref>, <c>, <cod...
Community
ReSharper C++
Resolve XML documentation tags in quick help (<see> <seealso> <list>...)
0 votes