Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intellisense writing the rest of IF ELSE ENDIF
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00837643
Message ID:
00837651
Views:
31
>Is there a way that you can have intellisense write in the ELSE and ENDIF when you enter IF? The same for DOCASE and the others.
>
>Thanks

It already does in VFP8:

Use IFEND for:
IF

ENDIF
and IFELSE for:
IF

ELSE

ENDIF
Also DOCASE for:
DO CASE
CASE

OTHERWISE

ENDCASE
Many others like SCANEND, DOWHILE, etc.

Also there's ZDEF to show you any #DEFINES in your code, and ZLOC to show you the locals you have declared.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform