Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Intellisense writing the rest of IF ELSE ENDIF
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00837643
Message ID:
00837651
Vues:
32
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform