vote up 0 vote down star

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.

flag

56% accept rate
>>I have the hacker style "black terminal with green text"<< Isn't there a law against this? E.g. the "protect innocent bystanders from eye cancer" law? ;-) – VolkerK Jul 24 at 13:34
@VolkerK: It's so people in the train go "Oh what's he doing? Hmmm a black screen with green text? He must be one of those 'hackers' I've heard about. Better not bother him before he blows up my e-mail". – knight666 Jul 24 at 14:01

1 Answer

vote up 0 vote down check

The devenv executable is located in the Common7\IDE directory of your visual studio installation.

link|flag
That was it. :D I was using the built-in command line (Ctrl+Alt+A) while I should have been using the external command line. All the color options now show up. – knight666 Jul 24 at 15:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.