Hello,
I just installed latest version and it is still happening under the scenario already described, and it is happening in another scenario:
If the method braces are AND I am adding a new parameter before an existing parameter, it also makes the paramName m_BlahBlah instead of blahBlah
example:
public void SomeMethod(DataTable dataTable, DataRow!! , string someString) --- if cursor is where !! is and i press ctrl-A, it shows m_DataRow
{
}
This is quite irritating and i was hoping the original problem would be fixed in this update,is there any timeline on when it will be fixed?
thanks,
dan