Hello,
Recently I installed a Visual Studio 2008 extension called VS.Php, made by Jcx Software: http://www.jcxsoftware.com/vs.php
It looks brilliant; IntelliSense and debugging for PHP! A godsend!
Unfortunately, it assumes I have a white background in Visual Studio, but I have the hacker style "black terminal with green text", which makes some of the elements blend in with the background.
Now, this should be in the Fonts/Colors options, but the elements do not show up.
The website says the following:
If you are not seen the php entries you need run the Visual Studio package registration under this user. Open the Visual Studio command line and type:
devenv /setup
But when I run that, I get:
\>devenv /setup
Command "devenv" is not valid.
How can I get the color options to show up?
Thanks in advance.