T
ThunderMusic
Hi,
Is there a way we can send a feature request for Visual Studio? When using
'Refactor-->Encapsulate Field', I'd like to have an option for the
references not to be updated anywhere in the project. It would be very
useful for me (and probably others too) because I use this feature to
generate my properties from my member variables. So I type all my member
variables and then take them one by one and encapsulate them... When the
project is small it's quick and efficient, but when the project becomes
bigger it can take many seconds and sometimes minutes because it searches in
all the assemblies of the solution to update the reference to a private
variable that is not used anywhere because I just created it. Moreover, it
would be nice to take a block of member variables and tell Visual studio to
encapsulate them all. It would save a lot of time (and money too).
So to reiterate my question : Is there a way (or place) we can send a
feature request for Visual Studio?
thanks
ThunderMusic
Is there a way we can send a feature request for Visual Studio? When using
'Refactor-->Encapsulate Field', I'd like to have an option for the
references not to be updated anywhere in the project. It would be very
useful for me (and probably others too) because I use this feature to
generate my properties from my member variables. So I type all my member
variables and then take them one by one and encapsulate them... When the
project is small it's quick and efficient, but when the project becomes
bigger it can take many seconds and sometimes minutes because it searches in
all the assemblies of the solution to update the reference to a private
variable that is not used anywhere because I just created it. Moreover, it
would be nice to take a block of member variables and tell Visual studio to
encapsulate them all. It would save a lot of time (and money too).
So to reiterate my question : Is there a way (or place) we can send a
feature request for Visual Studio?
thanks
ThunderMusic