Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP IDE stinks at finding bad variable names in my code
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01399931
Message ID:
01400270
Views:
108
Thanks.

>FYI - Here is an Intellisense script that I found on fox.wikis.com that will harvest out the Local vars used in your code, and pop the Local declaration code for them right into the code window at the cursor.
>
>Also, it is smart enough to only add a new Local declaration for vars that haven't already been declared as Local. So, you can run it any time (mutiple times), and it "plays nice" with the Locals that are already declared, and will only add the ones that are not yet declared.
>
>http://fox.wikis.com/wc.dll?Wiki~IntelliSenseCustomScripts~VFP#Contents_2NI0MIR8W
>
>Type “Locals” (then press space) and get:
>
>
>LOCAL loMaterialItemController AS Object, lcParentAlias AS String, loNewPO AS Object
>
>
>Or type “Locals6” (as in VFP version 6) (then press space) and get:
>
>
>LOCAL loMaterialItemController, lcParentAlias, loNewPO
>
eCost.com continues to rip people off
Check their rating at ResellerRatings.com
Previous
Reply
Map
View

Click here to load this message in the networking platform