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

Key: RSRP-26732
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Assignee: Eugene Pasynkov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 0
Operations

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

Code completion for explicit interface implementation does not work properly

Created: 06 Aug 06 18:55   Updated: 09 Sep 06 13:33
Component/s: None
Fix Version/s: 3.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. File explicit.cs (0.2 kb)

Image Attachments:

1. explicit.gif
(10 kb)

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


 Description  « Hide
interface IColor
{
void Foo();
}

class Red : IColor
{
void IColor. /* press Ctrl+Space when the caret is here. A lot of keywords which is not syntactically allowed here will popup (see attachments). Only Foo() is expected */
}

/*
VS 2005 version 8.0.50727.51
ReSharper build 252
*/



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.