Javascript Intellisense in php file

VS PHP is so great, I really like it.
a very microsoft .net style
Just lack support of javascript Intellisense in php files.

It would be nice to have this feature, maybe for the next version

Is there any other way to override The Intellisense so i can show all code hints also javascript code hints, well just asked

Comments

    This is a feature request

    This is a feature request that has come up many times. It is in the roadmap but not for the next release. The one thing I recommend people to do is to move their javascript code to their own js files. This has some advantages:

    - Clean code separation
    - Improve debugging support in VS.Php
    - Intellisense of Javascript provided in js files

    I understand that when dealing with legacy code this may not be an option but I hope you could take advantage of it.