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".