Usages
JustCode helps you find, highlight and navigate through usages of namespaces, types, method, fields and local variables in your code. The commands related to usages are:
Find Usages – quickly locates the places where certain namespace, type, method, property, field, or local variable is used in the solution.
Find Extended Usages –helps you locate the places where certain type and its members are used in the solution. It also finds a certain namespace, method, property, field, or local variable usage. The only difference with the Find Usages command is that when you search for a type it also includes usages of its members in the results.
Highlight Usages - highlights the usages of the selected identifier in all files within the solution. JustCode also marks the highlights in the Marker Bar to indicate the relative position of the usage in the file.
enlarge screenshotHighlight Usages in File
Go to Pervious/Next Usage - once a usage is highlighted, JustCode allows you to easily navigate through all found usages.