vsx
Building a Visual Studio Package based on another one
I want to add my own project type based on IronStudio. So, I downloaded the source for and compiled the latest version of IronPython, then[详细]
2023-01-17 14:53 分类:问答VS2010 extension, lost it and can't remember name
Does anyone use or rememebr the name of the VS2010 extension that add a little faded context sensitive icon next to a class/ method (indiciating if it\'s a class etc like in the Class View) and adds a[详细]
2023-01-17 00:55 分类:问答Compiler error: Same identity, EnvDTE80
Trying to follow this tutorial, under the section \"Initializing the Project Factory\" I\'ve added EnvDTE to my project, but 开发者_StackOverflow中文版now I get this error:[详细]
2023-01-16 20:47 分类:问答How to add a new project type to IronPython Studio?
I\'m trying to follow this tutorial, but it only describes how to add a new project type based on C#. I want to create a new project (sub)type underneath IronPython.[详细]
2023-01-16 13:25 分类:问答Where are the "managed project source files"?
Trying to follow this tutorial Walkthrough: Part 1 - Creating a Basic Project System And I got to this step:[详细]
2023-01-16 13:24 分类:问答How to extend Visual Studio to provide override-like behavior?
When you type the override keyword in a C# file in VS and press Spac开发者_C百科e, you get a second menu offering the method to override. Can I extend this behavior with my own custom code that would[详细]
2023-01-15 13:07 分类:问答Extending VS 2010: to include additional items on Right Click context menu (add) on solution explorer?
I wish to create an additional item on the context sensitive right click \"ADD\" on the solution explorer in vs 2010.[详细]
2023-01-12 06:40 分类:问答Publish a web app from within an VS2010 Extension
I want to publish a web app from within an VS2010 extension. In macro I use to write: DTE.Windows.Item(Constants.vsWindowKindSolutionExplorer).Activate()[详细]
2023-01-10 21:38 分类:问答Good Code Spell Checker for Visual Studio 2010
Are there any good (preferably free) solutions out there? I have already found these: Spell Checker Code Spelling Checker Extension for Visual Studio 2010 (VSX)[详细]
2023-01-05 09:00 分类:问答Extending Visual Studio with a Custom Designer
How do I create a custom Visual Studio 2008 UI designer for a C# file? For example, when you double click on a DataSet in the Solution Explorer, a UI screen appears that allows you to edit the DataSe[详细]
2023-01-02 21:22 分类:问答