Welcome Guest Search | Active Topics | Sign In | Register

EO.Internal classes polluting IntelliSense Options
Duncan Smart
Posted: Wednesday, March 11, 2020 10:04:26 AM
Rank: Member
Groups: Member

Joined: 2/6/2012
Posts: 21
When coding I'm finding that Visual Studio's Intellisense drop-down is cluttered with entries for obfuscated class names from the EO.Internal namespace. (This is due to the Show items from unimported namespaces setting)

For example:



It's especially annoying as I appear to do things like

Code: C#
if (foo == nu [TAB]


and expect it to complete to "nu" to "null", but instead I get a "using EO.Internal" added by Visual Studio.

Can you please update these classes to either actually be internal, or add [EditorBrowsable(EditorBrowsableState.Never)] to all of these classes?
eo_support
Posted: Wednesday, March 11, 2020 11:02:55 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,218
Excellent suggestion. We will see what we can do.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.