The idea of this one is to have an XML file to specify all functions (aka methods) and objects used by JScript, MPL and developers' classes. An example syntax would be:
code:
<?xml version="1.0" encoding="Unicode"?>
<IntelliSense>
<Object name="MsgPlus">
<Methods>
<Method name="DisplayToast">
<Parameter type="String">Title</Parameter>
<Parameter type="String">Message</Parameter>
<Parameter type="String" optional="true">SndFile</Parameter>
<Parameter type="String" optional="true">Callback</Parameter>
<Parameter type="_any" optional="true">CbParam</Parameter>
</Method>
</Methods>
</Object>
</IntelliSense>