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

Key: RSRP-9340
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Oleg Stepanov
Reporter: Scott Hrehirchuk
Votes: 0
Watchers: 0
Operations

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

Autocomplete on override

Created: 05 Aug 06 15:42   Updated: 21 May 07 00:42
Component/s: Code Completion
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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

Build: 205
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=9340


 Description  « Hide
I realize I can implement/override methods using alt-ins...but
If I already have

public override bool ^
(^ represents cursor)

I would expect ctrl-space to give me all valid methods to override
(respecting the return type).
Instead it gives me b, bool, operator....

Even better:
public override bool Me^

should give all overrideable methods starting with Me



 All   Comments   Work Log   Change History      Sort Order:
Ilya Ryzhenkov - 21 May 07 00:42
This issue is still valid, because I want narrow down in completion, not just VS completion.