问题
Hello, I want to write a plugin in VS 2010. Where can I select the file from solution explorer, get file properties and display a dialog or form that I have created in my plugin project?
回答1:
I recommend you start with Microsoft's Getting Started with Extending Visual Studio page. Also, Channel 9 has an introductory video on VS extensibility.
来源:https://stackoverflow.com/questions/5551891/writing-plugin-for-visual-studio-ide-for-2010