I’ve just spent the day getting ANTLR set up to work within a Visual Studio 2010 solution, which wasn’t without pain. While there is quite a lot of (mostly useful) documentation, finding exactly what you want can be difficult, and the examples don’t necessarily work, which is always frustrating! Hopefully…
New installation of Visual Studio 2010? You need: Productivity Power Tools PowerCommands You’ll never look back. Configure which additions are enabled by looking for the Productivity Power Tools and PowerCommands options trees underneath Tools -> Options.
This is a definite gotcha. I was writing a NAnt task that uses the registry to check for the existence of certain installed programs. I hit a problem where when I ran the task directly, it worked fine, but when I ran it through NAnt, it failed. Turns out this…