Hi there,
It would be handy if the result drop-down lists in the code completion suggestions and "Navigate to..." input box could include items that match case-sensitive searches on capitalised characters as well as items that satisfy the "starts with ignore case" condition on the searched text.
For example, say I have twenty classes that start "OnlineAdmin" and I wanted to type in OnlineAdminConfigReader in my code or navigate to the OnlineAdminConfigReader class in the "Navigate to..." input, then rather than having to type OnlineAdminConfigR to filter the list to be suitably short I could instead type in "OACR" for the list to be sufficiently short (assuming there aren't loads of classes with unreadable names that also case-insensitively start with "oacr":-))
Cheers,
Donnie