description
Hi Rodrigo,
If I create object that is VFP dll, than intellisense work ok for that moment. FoxcodePlus is able to read the properties and methods, when the method is in question, the tooltip displays the parameters correctly (example 1.). But when I chose method that I want and type '(' intellisense for parameters don't fire!(example 2.) Now if I use 'With...EndWith' construct with named object (for example: With loData AS 'ITsistem.sistem') IntelliSense fire for parameters (that worked with regular intellisense manager also!) (example 3.)