vsi

Is it possible to include a .vssettings file in a .vsi

In Visual Studio 2008, I've exported my settings to a .vssettings file. I have a .vsi file that includes a .vscontent file. In the .vscontent I've included a macro project like this: ... <Content> <FileName>MyMacros.vsmacros</FileName> <DisplayName>MyMacros</DisplayName> <Description>MyMacros to aid development</Descriptio...

Good reference material for creating VS2008 integration packages

I'm looking for reference/tutorial material on building integration packages for Visual Studio 2008. I am particularly looking for info on editor integration such as intellisense for a custom syntax (and contained languages) and source code formatting/coloring. I found some info on the Microsoft MSDN site, but as always, the informati...