Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-288459: inline 'With'

$
0
0
Reporter Julius Kunze (Blink) Julius Kunze (Blink)
Created Feb 22, 2012 11:59:19 AM
Updated Mar 26, 2012 8:28:42 PM
Priority Normal
Type Feature
Fix versions No Fix versions
State Submitted
Assignee Ilya Ryzhenkov (orangy)
Subsystem Language - VB.NET
Affected versions 6.1
Fixed in build No Fixed in build
I would be happy if there was an R# feature that converts
        Dim a = 0
        With a.Equals(0)
            Dim b = .ToString
            Dim c = .GetType
        End With
into
        Dim a = 0
        Dim variableNameToChoose = a.Equals(0)
        Dim b = variableNameToChoose.ToString
        Dim c = variableNameToChoose.GetType
.

(This would help me very much!)

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>