Asp4Hs: Miscellaneous Additional Information
Some supporting information...
- A Function Insight has been added to the product.
The feature provides automatic function argument "insight"
the same way Tag Insight offers assistance with tag attributes.
See Getting
Help Entering Content.
- Function insight draws its information about function arguments
from the Expression Builder. Since the Expression Builder is a
customizable multi-language tool, you can easily add function
libraries for use with Function Insight by modifying/replacing
the Expression Builder definition file \Extensions\ExpressionElements.vtm.
For now, only Cold Fusion functions ship with the Expression Builder
and so your testing is limited to these functions. You can add a
function by adding TYPE="function" to the E tag representing an
expression element which is a function. The Function Insight
parses the function syntax to extract arguments of a function.
See Customizing the Development Environment for more information on
customizing the Expression Builder.
- If you are a PHP developer you may want to download the PHP
Expression Builder library package from Marjolein Katsma's site
http://hshelp.com/downloads.html
This is a first-class Expression Builder package enabling access to PHP
functions, operators, constants, format strings and other general
language constructs. Once installed, all of its PHP functions become
available via Function Insight.