Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 A small anoyance

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
pwaugh Posted - Apr 03 2008 : 03:56:46 AM
When coding a very common construct in C#:


	private string lastUsed;
	public string LastUsed { get { return lastUsed; } }


as I get to the "return l" in the 2nd line, and type the suggestion box appears, but always highlights the "LastUsed" (vs. the lower case option like I have typed), which means I have to stop typing and select the correct one, or just type it out manually.

Really not that big a deal when the variable is so short, but still a small anoyance I thought I'd mention.

Patrick
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Apr 03 2008 : 08:32:02 AM
Have you considered using Encapsulate Field on the variable "lastUsed"?

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000