I’m trying to build a Visual Studio 2010 vsix add on to alter (to start with just add and delete) using statements in a c# document. Using the FileCodeModel on the current ProjectItem I can see how to add classes, structs etc, but not using directives. Can anyone advise me on this?
Share
Check FileCodeModel2 at http://msdn.microsoft.com/enus/library/envdte80.filecodemodel2.addimport(VS.80).aspx