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

Key: RSRP-66816
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Ilya Ryzhenkov
Reporter: Drew Noakes
Votes: 0
Watchers: 2
Operations

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

Go-to-declaration should work on 'var' keyword

Created: 29 Apr 08 21:11   Updated: 30 Apr 08 13:53
Component/s: Code View - Go to
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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

Build: 780


 Description  « Hide
Summary says it all. I'm trying to work out if I like var. One disappointment is the inability to navigate to the type definition from the variable declaration.

 All   Comments   Work Log   Change History      Sort Order:
Ilya Ryzhenkov - 29 Apr 08 21:19
You can use Go to type declaration on var itself.

Drew Noakes - 30 Apr 08 11:36
I just tried this again in build 780 and 'Go to type declaration' was only available on the variable identifier, not the actual 'var' keyword.

I just think users should be able to do CTRL+B (or F12) on the 'var' keyword and have ReSharper treat it the same was as if it were not 'var' but rather the actual explicit type.