consulo-csharp
consulo-csharp copied to clipboard
Mixing local definition of property ValueType with System class ValueType
private Type __valueType;
public Type ValueType {
get {
return __valueType;
}
}
void MyFunc(){
ValueType.<-- doesn't autocomplete and Definition goes to System.ValueType
}
Hi Fix for this issue delayed - due i can't find simple way for fix it. It's not easy to fix.
Sorry
Fix watcher and expression evaluator
As i saw - no reports about them.
If I report it you will request example and I don't have time. bit busy