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

Key: RSRP-37766
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Ilya Ryzhenkov
Reporter: Adam Vandenberg
Votes: 0
Watchers: 0
Operations

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

Control-Shift click to navigate to class definition.

Created: 23 Mar 07 20:06   Updated: 12 Apr 07 00:37
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: 402


 Description  « Hide
Control+click on an item navigates to its definition, based on what kind of item is clicked. Control+clicking a variable will take you to the variable defintion; on a type to the type definition, etc.

How about "Control+Shift+Click" as a shortcut on a variable to go directly to the type declaration?
I find myself want to go from member variables directly to the class def.



 All   Comments   Work Log   Change History      Sort Order:
Ilya Ryzhenkov - 23 Mar 07 20:33
Ctrl-Click is actually bad thing Not as a feature, but exactly Ctrl combined with Click. It has standard meaning in VS and other Windows application. We are thinking about the following solution:
Alt-LClick goes to Declaration
Alt-RClick opens "Navigate from Here"
Alt-Shift-LClick undecided - either Go to derived or Go to type

Adam Vandenberg - 23 Mar 07 21:37
Aw gee, but I really like CONTROL as a modifier in this case.

You can hit control but then decide against doing anything, release control, no harm done.
But if you press and release alt then the focus moves to the main menu (which is a behavior I never, ever want, but which I concede is very useful from an accessibility standpoint.)


Ilya Ryzhenkov - 23 Mar 07 21:58
Yup, Alt is wrong too...