Limit VS2010 Intellisense Camel Case matching
Posted
by Gabriël
on Stack Overflow
See other posts from Stack Overflow
or by Gabriël
Published on 2010-05-17T17:16:01Z
Indexed on
2010/05/17
17:20 UTC
Read the original article
Hit count: 363
VS2010
|intellisense
Hi,
I just started with VS2010 and the feature I was really looking forward too was the new Intellisense, and the Camel casing matching in particular.
But I must say I'm pretty dissapointed with the way it works and am wondering if this is just a setting, or not.
When I type 'OIE' I get the following results:
OrderItemBackerEntity (OIBE)
OrderGarmentActionGroupItemEntity (OGAGIE)
OrderItemClothingEntity (OICE)
OrderItemEntity (OIE) << GOOD
These indeed do match in some way, but why does it match so broad, and not only the fitting one, the last one.
Are these settings, or is this by design?
© Stack Overflow or respective owner