Dnkpp2011
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 8
-
Created Team-Shared settings not recognized in cmake projects
Hey there, it seems, as cmake projects have an empty solution name, the team shared layer is not loaded, even if its within the root project folder. Am I missing something? It has been working for ... -
Created [Bug] anonymous parameters with type modifier (&, &&, *, **) get pushed downwards on code cleanup
Hello, I have detected a strange behavior on code_cleanup. I have been able to make a short code example. Every time I apply my code cleanup, resharper will insert a new line after below the par... -
Created Chop for template paramters
Hey, I would like to configure template paramters to chop if long or multiline, as it's already available for braced initializers and formal parameters (see screenshot below). Is there anything I'... -
Edited recurring crash
Hey there, I don't know exactly what happens, but when I work on a specific section of my codebase, resharper++ seems to crash very often. Here are two log files from /AppData/Local/Temp/JetLogs h... -
Created enum value indentation
Hello, I was looking for an option to automatically align my enum values. Currently I manually align them like this: Unfortunately resharper does this on "cleanup code": It would be OK if resh... -
Created (Silent) Code cleanup on save
Hello, I wonder if there is any option to execute the code cleanup on file save for the specific file. As you can see here, there is a serious demand for this feature and some people use macros or ... -
Edited C++test Catch2 & CMake - Invalid path to the test executable
Hey there, I'm quite new to CMake and started a small project yesterday. Today I wanted to add some little unit-tests and had some issues making resharper++ happy. It always prompts me when I try t... -
Created colon of initialization lists in seperate line
I love your tool and especially the code formatting part of it, but I think it has a bug (or at least I am not able to find the correct option for it). This short codes shows what's going wrong: ...