0
votes
3answers
23 views
Resharper Auto Complete Statement
I know it's probably something easy but I just couldn't figure it out
say I have the following code
string name;
name.LastIndexOf("aaa");
After I type the single quote reshaper …
0
votes
3answers
43 views
Resharper Suggestion Color Issue
I have a strange bug in resharper 4.5 in VS 2005. Instead of doing the usual underline for a suggestion -- IE: telling me that a using statement is unnecessary, it is setting the …
3
votes
1answer
35 views
StyleCop for ReSharper
I like stylecop and we use it to enforce coding standards.
I dont like the fact that there is no way to automatically fix problems. So was thinking of making a plugin. Once I real …
-2
votes
0answers
11 views
Stylecop Spelling Dictionary
I have just started investigating using stylecop, resharper stylecop for resharper.
I get a lot of spelling warnings. Which dictionary is being used, can I change the language and …
1
vote
2answers
33 views
How to repair Resharper?
I have problem with Resharper - all it's menu options are greyed, no shortcuts working...
I've tried run installer with repair option - no success
Also tried uninstall / install ba …
0
votes
1answer
37 views
Resharper Autocomplete Issue
Hi All,
I've been using resharper with the resharper automplete off (just find VS better for my purposes currently), but despite trying every setting I've tried, whenever I use a …
3
votes
2answers
62 views
ReSharper Warning - Access to Modified Closure
I have the following code:
string acctStatus = account.AccountStatus.ToString();
if (!SettableStatuses().Any(status => status == acctStatus))
acctStatus = ACCOUNTSTATUS.Pen …
1
vote
1answer
23 views
Shortcut to turn on Resharper
Usually I start VS2008 without Resharper because it makes VS startup way too slow and I just need to fix a bug. But sometimes, I do want to turn on Resharper.
Is there a way to s …
2
votes
4answers
89 views
How do I get Visual Studio to add a open source license at the top of each file
How do I get Resharper to add a open source license at the top of each file?
0
votes
1answer
29 views
Delete and backspace not working in ReSharper
I accidentally mashed a couple of keys together at the same time and now delete and backspace no longer work inside code blocks on aspx pages. ReSharper functionality such as autoc …
2
votes
1answer
50 views
can you run resharper 4.5 and 5 beta side by side
i see they have a version of resharper for vs 2010
http://www.jetbrains.net/confluence/display/ReSharper/ReSharper+5.0+Nightly+Builds
can i install this for my vs 2010 developmen …
1
vote
1answer
31 views
How to change shortcut keys for a given command in ReSharper?
Hi,
I need to change shortcut for finding member (ALT + ) in ReSharper because of my native keyboard which brings me problem to press wrong key each time.
Where can I re-set a ne …
1
vote
2answers
45 views
Can I change the way ReSharper generates properties?
Is it possible to change the way that Resharper formats properties?
I don't like:
public string Foo
{
get
{
return bar;
}
set
{
bar = value …
0
votes
1answer
37 views
Which ReSharper command causes the Context Action List to pop up?
I've turned off ReSharper intellisense but still want a keyboard shortcut for opening the context action list (the one that pops up on the left when you point at a piece of code). …
1
vote
5answers
109 views
can i use resharper 4.5 with visual studio 2010 beta
should this work or do i need to wait for a new resharper release?
