Sergiy Dubovik

- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 7
-
Created Switching ident to 2 spaces
My project uses clang-format, and Re# successfully detected that. However once in a while (could be in 15minutes, could be in a day) Re# decides to switch to 2 spaces ident for no obvious reason to... -
Created Switching editors is slow
After update to JetBrains ReSharper 2020.2.1 Build 202.0.20200820.125348 built on 2020-08-20ReSharper C++ 2020.2.20200820.145616ReSharper 2020.2.20200820.132626 In one of my projects, reharper mak... -
Created Undo adds spaces
I don't know exactly when this happened, but since I started noticing it after update it could be 2020.2.1 issue. If you press enter in the end of the statement, and then undo, re# will add as many... -
Edited Find usage report usage by make_shared and make_unique
If I use "Find Usage" on a constructor, Re# doesn't report usages from make_unique and make_shared. Would it be possible to add it there? It's pretty difficult to find where class is instantiated w... -
Created Parameter name doesn't match rule "unknown element"
Resharper C++ can't figure out what is "myName"void func(const std::string& myName){} I have rules for parameter names, but since resharper can't figure out where is parameter, it says that I viola... -
Edited some types from glm are not parsed
I think it worked fine with 2018.3, but broke in 2019.1.1. #include "glm/glm.hpp"#include "glm/gtc/quaternion.hpp"int main(){glm::vec4 a;glm::quat q;} glm::quat - is correctly parsed. glm::vec4 - n... -
Created ResharperC++ crashes VS2017 when trying to parse UE sources
Trying to make Re# C++ to parse UE sources and failed like 10 times on two different PC. I have a feeling that it runs out of memory and VS2017 crashes, but I also can be wrong. Half of the sources...