consulo-csharp icon indicating copy to clipboard operation
consulo-csharp copied to clipboard

Mixing local definition of property ValueType with System class ValueType

Open winxalex opened this issue 9 years ago • 4 comments

private Type __valueType;

        public Type ValueType {
            get {


                return __valueType;
            }
        }

void MyFunc(){
   ValueType.<-- doesn't autocomplete and Definition goes to System.ValueType


}
screen shot 2016-04-09 at 11 14 50 am screen shot 2016-04-09 at 11 20 09 am

winxalex avatar Apr 09 '16 09:04 winxalex

Hi Fix for this issue delayed - due i can't find simple way for fix it. It's not easy to fix.

Sorry

VISTALL avatar Apr 11 '16 10:04 VISTALL

Fix watcher and expression evaluator

winxalex avatar Apr 11 '16 10:04 winxalex

As i saw - no reports about them.

VISTALL avatar Apr 11 '16 10:04 VISTALL

If I report it you will request example and I don't have time. bit busy

winxalex avatar Apr 11 '16 10:04 winxalex