Mono-D icon indicating copy to clipboard operation
Mono-D copied to clipboard

Add an option to hide static members on instance references

Open Orvid opened this issue 11 years ago • 1 comments

It would be very nice if there were an option that I could enable, or that was enabled by default, that would prevent static members of a type from showing in the completion list for a variable or member of that type.

Orvid avatar Jul 29 '14 17:07 Orvid

Aka C#-Mode where you normally can't access static items from a non-static context. Sounds reasonable but probably not used that often + this would likely interfere too much with the resolution engine's internals and so on..so no, not gonna do that (now)

aBothe avatar Jul 29 '14 22:07 aBothe