Allow Search of string literals.
It would be extremely handy (especially when working with legacy code) to be able to search string literals. This comes in handy especially when working with code that does reflection, some types of IOC registration, and code that may pass on certain types of information as string literals.
12
votes
Paul Saunders
shared this idea
-
Anonymous commented
Agree that this would be an awesome feature. I see it very handy for mapping dependencies on to a REST api which by their nature are decoupled and hard to identify their usage