When running unit tests in ReSharper, how can I see the overall execution time?
Yes. Select Options(is in the Unit Test Sessions pane)->Show Time and then select Options->Group by Project Structure in unit test window.
Yes. Select Options(is in the Unit Test Sessions pane)->Show Time and then select Options->Group by Project Structure in unit test window.
So, is there some sort of performance gain to be had from changing the List to a var No but this is not the only valid reason for a refactoring. More importantly, it removes redundance and makes the code shorter without any loss in clarity. I’ve always been taught that explicitly defining a variable, rather … Read more
If you see this kind of behaviour – lots of red, but clean compile, especially after an upgrade – you should try to clean the caches. Go to ReSharper → Options → General → Clean caches, then restart Visual Studio.
The choice between CLion and ReSharper C++ is usually dictated by your development environment. CLion is a standalone cross-platform IDE based on the IntelliJ platform. It is an option when your project uses CMake to manage the build process and GCC/Clang as the compiler. On the other hand, if you are using Visual Studio as … Read more
I think this is the setting you are looking for. http://screencast.com/t/nEXMHo6Ko Dead link –Edit– In case of a dead link, The setting is under C# -> Formatting Style -> Spaces -> Within single-line initializer braces. Check the box next to it and you’ll be all set.
The following options should be unchecked/checked in Resharper if you do not want autocomplete feature on parenthesis (all options can be accessed through Visual Studio > ReSharper > Options… > Environment) To disable parenthesis auto insert in non method calls (as pointed out in the question, you have already disabled it) Editor > Auto-insert pair … Read more
Go to ReSharper | Options -> Environment | IntelliSense | Completion Appearance. Check Show member signatures and Show summary.
The solution that worked for me was to clear re-sharper cache and suspend & resume re-sharper. Visual Studio > Tools > Options > Re-sharper > General > Options > General > Clear Caches Visual Studio > Tools > Options > Re-sharper > General > Suspend Now > Resume Now
I ran into a similar issue (using VS2013 and Resharper 8.2). To stop the undesirable auto-completion on every “space” hit, I had to disable IntelliSense completion on “space” both within VS and R# options: VS > Tools > Options > Text Editor > C# > IntelliSense > “Committed by pressing the space bar” checkbox VS … Read more
The answer, at least so far, is to install the R# 2017.2 EAP 13 … Yes, the 13, not the 12