Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making intellisense see code in header file in development
Message
De
23/06/2016 13:33:41
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Making intellisense see code in header file in development
Divers
Thread ID:
01637619
Message ID:
01637619
Vues:
64
Hi,

I'm trying to find a practical way to trick VFP into giving me intellisense customized for the application I am am working on.
Start with the fact that the following code gives the intellisense I need, specific to one application. Another application would be different code.
#IF .F.
	LOCAL loConfig AS HtmlDataGridConfig OF wwHtmlHelpers.prg
	LOCAL loCol AS HtmlDataGridColumn OF wwHtmpHelpers.prg
	LOCAL loEmp AS busPlemp OF busPlemp.prg
	LOCAL loDeu AS busPldeu OF busPldeu.prg
	LOCAL loHpl AS busPlhpl OF busPlhpl.prg
	LOCAL loHin AS busPlhin OF busPlhin.prg
	LOCAL loHde AS busPlhde OF busPlhde.prg
#ENDIF
This code has to be pasted into each procedure and updated as requirements change over time.

Wonder if there may be a way to place the code in a single header file which is then #INCLUDEd it in such a way that is not only available at runtime, but also available to intellisense during development.

Any ideas? TIA,

Alex
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform