asp.net - Visual Studio 2013 vb.net renaming variables not handling case sensitivity -


using visual studio 2013 , vb.net. when renaming variables using ide right-clicking on variable , selecting rename doesn't change references variable if it' casing change. example rename _testdate _testdate not propagating change throughout file. missing something?

as specified on refactoring , rename dialog box (visual basic) location property holds the namespace search when perform rename operation.. field disabled, can't enter namespace want name in (which makes sense). in case, looks in classa , completes renaming there, doesn't rename in classb. isn't possible rename tool of visual basic.

there third party plugins can though:

they both have 30 day trials test out..


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -