History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-29621
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Ilya Ryzhenkov
Reporter: A.Bekiaris
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

GotoFileMember should display member from other parts

Created: 10 Oct 06 15:47   Updated: 22 May 07 01:24
Component/s: Code View - Go to
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 263


 Description  « Hide
When in codefiles
if u press (alt+insert and then read-write property) fields are enumerated and displayed in the popup.
The same should happen for ctrl+f12(file structure pop)

 All   Comments   Work Log   Change History      Sort Order:
A.Bekiaris - 31 Oct 06 13:28
Hi

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


Sergey Coox - 31 Oct 06 14:21
alt+F7 is a standard ReSharper shortcut for find usages.Or go to menu ReSharper->Search->Find Usages
You may invoce it when cursos is at label id

<asp:label runat=server id=myLabel/>
^^^^^^^^^ - suitable ciursor position


Sergey Coox - 31 Oct 06 14:22
oops, spaces ignored by browser Cursor should be at any character of myLabel

Ilya Ryzhenkov - 21 May 07 01:36
Does it work now in Go To File Member?