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

Key: RSRP-5971
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Oleg Stepanov
Reporter: Andrew Serebryansky
Votes: 0
Watchers: 0
Operations

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

Auto-completion doesn't take previously selected items into account

Created: 05 Aug 06 02:25   Updated: 12 Feb 07 09:26
Component/s: Code Completion
Fix Version/s: None
Security Level: Everybody (All jira users)

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

Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=5971


 Description  « Hide
Taken the following class:

class MyCodes {
public const int CODE_ONE = 982;
public const int CODE_TWO = 342;
public const int CODE_THREE = 723;
}

No matter how many times you type "MyCodes." and then choose "CODE_THREE", each time you type "MyCodes." it will select "CODE_ONE".



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