Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Klaus Luedenscheidt
Total activity
906
Last activity
January 17, 2016 23:25
Member since
April 20, 2006 07:20
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
335
Activity overview
Posts (217)
Comments (354)
Sort by recent activity
Recent activity
Votes
Created
December 19, 2015 06:35
Hi Jon,did you try the Options-button in the installer? There you can select an experimenttal hive. I think thzis is what you need.RegardsKlaus
Community
ReSharper Community
Installing to Exerimental Instance of Visual Studio
0 votes
Created
August 02, 2015 05:37
this error normally occurs if you call code from an external dll which is not available at design time inside the constructor of a form. As a workaround you can copy the dll to C:\Program Files (x8...
Community
ReSharper Community
Windows Forms Designer VS2013 upd5 + Resharper 9.1.3
0 votes
Created
June 26, 2015 05:10
as far as i know R# evaluates the expression. So if you have a "#if DEBUG" and you didn't defined a "DEBUG" constant in your build configuration, R# doesn't inspect the code inside the directive. ...
Community
ReSharper Community
Code inside C# Preprocessor Directives treated like dead code
0 votes
Created
May 01, 2015 05:39
i think you should generally avoid to use variable or property names are equal to class names. This always leads to confusion.RegardsKlaus
Community
ReSharper Community
"Qualifier is redundant" False Positive
0 votes
Created
April 02, 2015 06:10
For typed access to the resouces Visual Studio generates a class from the Resources.resx file. If you use the "Move to resource" refactoring you change the .resx file which triggers the regeneratio...
Community
ReSharper Community
'Move to Resource' prompts to overwrite Designer.cs file. How to avoid?
0 votes
Created
March 19, 2015 06:10
The difference between "break" and "continue" is that "break" exits the loop and "continue" continues the loop with the next iteration. So R#'s behavior is correct.RegardsKlaus
Community
ReSharper Community
Difference between break and continue regarding to ReSharper
0 votes
Created
January 20, 2015 06:39
Hi Alexander,i try to reproduce the problem in a small solution. It is reproducible if you omit the keyword Sub or Function while typing. So if i typePublic Test(ByVali get no intellisense popup an...
Community
ReSharper Community
Is intellisense broken in v9?
0 votes
Created
January 06, 2015 04:50
The VB keyword is "True" and not "true". VB itself is infact case insensitive but R# always completes to the correct syntax. So if you explicitely want to write "true" you have to type all characte...
Community
ReSharper Community
Is intellisense broken in v9?
0 votes
Created
January 06, 2015 04:41
i had similar problems even if i disabled keyword expansion until i disabled the intellisense filter.RegardsKlaus
Community
ReSharper Community
Is intellisense broken in v9?
0 votes
Created
December 07, 2014 04:54
Hi Martin,don't worry. When i look at Youtrack there are 40+ open issues reported by me beginning with R# 7 EAP (the older ones where set to obsolete at one point). Jetbrains always release a new v...
Community
ReSharper EAP
Bugs not fixed in ReSharper 9 RTM?
0 votes
Next
›
Last
»