Open VS2015 with resharper
and git
enabled. Without opening the project, you can see the modifications
But once the project is opened, the modifications cannot be seen:
At the same time, the output is also There is such information:
At this time, if you use resharper to complete the definition of a function, it will not work:
Regarding this file in the format .VC.opendb
, it has read and write permissions:
Only the .cpp
and .h
files have been added to git version control, and other files related to VS solutions have not been added to git version control
There are related questions in StackOverflow, but they are some temporary solutions, such as disabling the Git team management plug-in, etc.: The answer to this question in StackOverflow
Is there a best way to use resharper and git plug-ins at the same time?
ringa_lee