Hi,

I recently worked on a project where I had to create an XML file, and realized that intellisense does not recognize DOM methods.

For example

$doc = new DomDocument('1.0');

would be great if that support would come too :)

regards,
max

juanc says:

Did you include the DOM module in the project modules?

Phosphorblind says:

not that i'd be aware of. How do I do that?

juanc says:

There is a silver folder named modules in the Php project. Right click and select add module. Select the PHP DOM module.

parasita says:

unfortuanatly doing this solution the methood "append child" is not avaliable when adding the DOM module.

Does any1 know how to solve this?