Hide Advanced Members in vb.net?

Ever wondered why you get some extra members displayed with intellisense when using c# compared to vb?  Including things as basic as the ToString method on the Object object?

Well the vb team decided that some members of classes are "Advanced" and not worthy of the average programmers eyes.

Avoid this nonsense by selecting Tools > Options > Text Editor > Basic > General and deselect that "Hide advanced members" checkbox now!

posted @ Saturday, May 22, 2004 9:25 AM

Print
Comments have been closed on this topic.