|
Project
|
ReSharper
|
|
Priority
|
Major |
|
Type
|
Feature |
|
Fix versions
|
6.0 Beta |
|
State
|
Fixed |
|
Assignee
|
Kirill Skrygan |
|
Subsystem
|
Navigation |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
6.0.2103.79 |
need some guindance suppose that i have a asp:label and i m in codebehind how can i find all usages of the label in codebehind?
on might say do a ctrl+F search for label id and then ctrl+shift+f7 but ctrl+F is not a good solution for me
You may invoce it when cursos is at label id
<asp:label runat=server id=myLabel/>
^^^^^^^^^ - suitable ciursor position
"Related filed" for CLR entities are files which contain base types and parts.
For other kinds of entities "related" might be any specific files, i.e. code behind for .aspx or controller class for view.
See also RSRP-222079