Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Simple nuisance in VB

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
nightowl12 Posted - Mar 01 2011 : 09:19:42 AM

Why is it I cannot even create a simple 'for' loop in a VB.NET project without VA automatically selecting a suggestion from the pop-up box?

Trying to type:

For i = 0 to ...(etc.)

VA will automatically select Int32 or a closer match when trying to input 'i' -> space -> '='.

This is on VS 2008 btw. Such a simple annoyance, I can't imagine that it hasn't been brought up before. I suppose not many people use VA for VB, but I've gotten so used to the custom colors, refactoring etc., I don't want to disable it!
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Mar 01 2011 : 2:49:08 PM
Surprisingly, this does not seem to have come up before, at least not with such a clear cut example. If you Dim the variable "i" before using it then the problem goes away for me. Since I normally work in C++ I am used to declaring all of my variables before using them, and do so automatically in all languages.

case=53025

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