resharper Questions
3
Solved
I had the weirdest thing with the dotpeek product.
I've opened an old dll version from a local folder and saw in the dotpeek some code that was added to a newer version.
after about a day of inves...
2
In visual studio with resharper there is a command "Go to implementation" when you are hovering over an interface.
By default if you press F12 it will go to definition, on interfaces this is almos...
Lifegiving asked 4/2, 2017 at 5:37
13
Solved
I've gotten accustomed to many of the Java IDEs (Eclipse, NetBeans, and IntelliJ IDEA) providing you with a command to generate a default constructor for a class based on the fields in the class.
F...
Neper asked 4/6, 2010 at 17:23
4
Solved
My team does not pay attention to file encoding (and that is correct, because humans should not be bothered by file encodings). However some files are saved in utf8, and some in regional encoding (...
Axes asked 5/5, 2017 at 9:8
9
Solved
I would love to configure Visual Studio/ReSharper to run "Code cleanup" whenever I save a file.
A bonus would be to configure this only for C# files, as I sometimes find that the cleanup on ASP.NE...
Crewel asked 18/6, 2010 at 17:47
3
Solved
I'm using VS 2015 with Resharper Ultimate for a Win Forms application and was doing something as simple as setting the text property of a button when I saw the blue squiggly line below the string. ...
Canopus asked 15/2, 2017 at 11:47
6
Here is the full error:
SqlException: A transport-level error has occurred when receiving results from the server. (provider: Shared Memory Provider, error: 1 - I/O Error detected in read/write op...
Ebracteate asked 9/9, 2008 at 19:36
18
Solved
I'm attempting to use the Ctrl+R, Ctrl+R command within Visual Studio 2008 to rename a variable. I get an error message at the bottom saying that
"The key combination (Ctrl+R, Ctrl+R) is bound to...
Pensioner asked 30/3, 2010 at 19:5
5
So I'm finally giving ReSharper a try, and so far it's not too bad, but it does seem to replace a lot of key bindings. I've kept the original VS key bindings, and each time I'm asked what I want to...
Berfield asked 22/8, 2015 at 12:47
2
Solved
not sure if that big font comes from my Windows 10 setting or ReSharper still is not fully integrated with Visual Studio 2015. Does anyone else have the same problem?
Geof asked 30/8, 2015 at 17:47
2
I use Resharper in Visual Studio 2015 for running tests. However I'm confused with the statuses Test not run - they are there for both Success and Failed. If I run one of such tests separately, the...
Involucel asked 23/1, 2016 at 21:43
5
Solved
I remember I used to
navigate to pasted stack trace by clicking
ctrl + E + T
is it a resharper utility?
What's the build in equivalent for visual studio 2012?
Gunter asked 13/12, 2012 at 10:22
3
Solved
I've been using Resharper for years but today I found Resharper inspection including Context Action (Ctrl+Enter bulbs) is not working to only single file (MainViewModel.cs in .NET4.6.2 WPF project)...
Rephrase asked 9/3, 2017 at 11:8
3
Solved
Sometimes I need to copy method body but recently I have to do this so often that's why I am searching a shortcut for this.
Zeringue asked 10/1, 2018 at 6:27
14
Solved
In my project I have a class that is inherited by many other classes. We'll call it ClassBase.
public class ClassInheritFromBase : ClassBase
When ClassBase is being inherited, ReSharper throws a...
Amphibious asked 10/10, 2008 at 15:44
4
Solved
Anytime my cursor is on a symbol or keyword VS2013 (or some plugin i have) highlights all matches of those instances:
I don't mind the highlighting; however, this exact color is annoying with ...
Camarilla asked 18/4, 2014 at 21:50
11
Solved
When I start debugging the project we are currently working on, the program window is not given proper focus in windows but is stacked behind the Visual Studio window. I don't think this problem oc...
Odoric asked 18/3, 2009 at 15:36
10
Solved
I am using Visual Studio and Resharper 8.
For some reasons, my favorite shortcut Ctrl+K, Ctrl+C or Ctrl+D no longer works.
Indeed, the application shows in the status bar the message: The key com...
Kreisler asked 15/1, 2014 at 15:21
6
Solved
I am unable to edit any files in a project in Visual Studio 2013. It only happens in one project. If I open a different project I am able to type fine, but once I go back into the problem project I...
Furtive asked 18/7, 2014 at 13:14
4
I know it sounds weird, but this drives me crazy...
Resharper gives me an animated message in the VS status bar, zillion times a day (practically continuously). To make the thing worst, it is anim...
Onslaught asked 22/4, 2020 at 17:25
4
Solved
What is the correct way of code comments in Javascript - is the same syntax as in Java? And which tools actually would take advantage of these comments:
/*
* Add an element to the group
* @para...
Aarhus asked 25/7, 2011 at 12:11
3
Solved
When using the Resharper extension, I noticed that I can no longer use the IntelliCode auto complete suggestions as they disappear straight after a key press
Is it possible to use this feature in c...
Urano asked 10/10, 2022 at 11:30
4
Solved
I have written a method below like this:
internal static IList<EmpowerTaxView> GetEmpowerTaxViewsByLongAgencyAndAgencyTaxTypes(
IList<EmpowerCompanyTaxData> validEmpowerCompanyTaxDat...
23
Solved
I have Visual Studio 2012 + Resharper 7.1.1000.900 + StyleCop 4.7.44 installed.
The problem is that no shortcuts are active since Resharper was installed.
For example: I can still rename via 'Refac...
Realtor asked 3/5, 2013 at 16:55
9
Solved
I always find myself needing to enclose a block of code in curly braces { }, but unfortunately that isn't included in the C# surround code snippets, which seems to be an oversight. I couldn't find ...
Smukler asked 4/5, 2010 at 22:55
© 2022 - 2025 — McMap. All rights reserved.