Daa82
- Total activity 240
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 91
-
Created Rename doesn't work right in R#2155
(1) Pressing Ctrl-R-R on a variable in a method(2) type a new name(3) Press <Enter> -
Created NUnit test results: Exception stack trace doesn't join stack frames logically
Here's how my stacktrace looks in R# Test Session window when an error happens during an NUNIT test (If you look at the order it doesn't make sense as the stack frames don't join either above the f... -
Created NUNIT Tests don't work when "Specified NUnit Installation" path is specified in R# Options
NUNIT Tests don't work when "Specified NUnit Installation path" is specified in Options (Using R# Default NUnit seems to work just fine)Got this: -
Created Have a bunch of errors that start during editing and R# is broken until I restart VS2010
I documented with a simple case how you can reproduce this... I don't know how to mark this as Show-Stopper: http://youtrack.jetbrains.net/issue/RSRP-265156. R# doesn't work right after this happen... -
Created Intellisense just doesn't work for me
Suppose you have this case (switch to R# Intellisense): Public Enum MyEnum One Two Three End Enum Public Sub Test(ByVal item As MyEnum) End Sub Public Sub CallTe... -
Created Not filling in type in for each loops
No option in QuickFix to change "myItem" to the right type. There used to be one before...Public Sub Test()Dim lst As List(Of String)For Each myitem In lstNextEnd Sub -
Created "Remove Not Accessed Local Variable" doesn't work right
[THIS IS NOT REAL CODE IF YOU ARE GOING TO ASK - IT IS JUST A SIMPLE EXAMPLE OF SOMETHING MORE COMPLEX]...On the line: "Dim sqlghi..." open the lightbulb and try to "remove not accessed local varia... -
Created Can someone please fix the extra parenthesis. This is really annoying
In VB.NET try to type this:Public Sub Test()and you will get:Public Sub Test())This is really annoying. I filled a YouTrack issue but there is no progress: http://youtrack.jetbrains.net/issue/RSRP-... -
Created Explicit NUNIT tests are ignored no matter what you do. They run when you click on them using R#5
I am just getting nowhere with this issue. PLEASE HELP!!!:http://youtrack.jetbrains.net/issue/RSRP-207700. I think it is a Show-Stopper. Not being able to run "Explicit" NUNIT tests is a pretty big... -
Created Dim/Redim Variables Not correct
I have noticed that if you Dim/Redim/Redim Preserve variables then R# starts getting confused. It thinks the variable is declaredwith different signatures which doesn't make sense. I can't really r...