Andreas Seibt
- Total activity 192
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 13
- Subscriptions 65
-
Edited How to exclude folders which are not part of the solution?
I recently installed an AddIn to Visual Studio which automatically maintains a history of changes in a source file on each save (https://marketplace.visualstudio.com/items?itemName=KenCross.VSHisto... -
Created Is this a R# issue?
I'm currentl yworking with Visual Studio 2019 16.4 Preview 2 (Enterprie Edition) and R# 2019.2.3. While working on the source code i get the following message some times: The stack trace is the f... -
Created Performance issues with R# 2019.2.2
When i'm working on new code after some time of typing Visual Studio gives me a performance warning about R#: I'm doing nothing special, just write some C# code. Did anyone else see this? Best R... -
Created Intellisense popup unsorted
In R# 2019.2.1 the entires in the intellisense popuop aren't sorted anymore even if I select it in the completion behavior options. I'm using Visual Studio 2019.2.3 Ultimate. Best Regards Andreas -
Created Properties not sorted alphabetical on object initializer
When i declare a new instance of a class using the object initializer syntax the properties are not sorted alphabetically even if i defined this in the R# configuration. Normal intellisense respect... -
Created Enhanced Tooltips for 2019 EAP?
I'm using the theme "dark with light editor" from the Visual Studio Color Theme Editor. After installing the EAP i found that the Enhanced Tooltip AddIn ist not available for the EAP builds. Did yo... -
Created Performance problems while debugging
I'm using the latest R# (2018.3.4) and VS 2017 (15.9.8). Currently i'm working on a solution which uses NHibernate. I have a performance problem when i step through methods which executes NHibernat... -
Created VB code analysis problem on VS2019 RC
I'm using R# 2018.3.4 with Visual Studio 2019 RC.1 SVC1 Entrerprise (the newest available version). In a VB project I have a project reference to a c# class library. In some of my VB classes which ... -
Created Incorrect VB code analysis
I have a VB Desktop (Windows Forms) application. One of the Form classes defines a private methode which R# marks as not used. But the method is called in the constructor of the class, which is l... -
Created Feature Request: Add comments when generating equality members
When R# generates equality members and the option 'Overload equality operators' is set, no comment is generated for "public static bool operator ==" and "public static bool operator !=". I have not...