Not filling in type in for each loops Daa82 Created May 06, 2011 16:51 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
Hello Denis,
Which build are you using? The 'Specify type' context action is available
for me on 'myItem' in the latest nightly build. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Here's what I have. Using R# 2151. Where is "specify type"? (This used to work at one point and then it broke and has been broken for awhile)
Do I need to enable some option in R# to have "specify type" show up? (I wouldn't think so since I am not using any proprietary classes but figured I'd ask)