Page 2 of 2

Re: Coloring variables with VS2010 PHP Tools

PostPosted: June 7th, 2012, 5:39 pm
by Miloslav Beno
Hello zaus,

We've found there is a misbehavior in VS2012RC, so we are working on a method to bypass it until it gets fixed in VS.

Thank you for your patiance.

Coloring variables with Visual Studio 2012 RC

PostPosted: June 7th, 2012, 6:25 pm
by Miloslav Beno
We got the solution! This is highly iritating bug that affects much more products than PHP Tools. It can be bypassed like this:

- Open the Visual Studio command prompt by selecting Start > All Programs > Microsoft Visual Studio 2012 > Visual Studio Tools > "VS2012 x86 Native Tools Command Prompt"
- Run: devenv /setup
- Start a new instance of VS
- Open any PHP file

This should do the trick.