intellisense.undefinedWithCompletionsOf(value) not showing intellisense...
I want to use the function intellisense.undefinedWithCompletionsOf(value)to show intellisense for window for all undefined values. But I cannot get it to work. For now, I have 2 files:...
View ArticleCan I create a new project type to be used in Visual Studio Integrated Shell...
Hi:I need to create a new project type because I want to install a dsl that was developed with Dsl Tools in Visual Studio Integrated Shell. I need a new project template based in this new project...
View ArticleVS2012 VCProjectEngine.VCDebugSettings.ApplicationCommand. Seriously?
Hi everybody.The VCDebugSettings.ApplicationCommand attribute was in the Visual Studio SDK forever. Or at least from the version 2005. After moving to 2012, I noticed that this particular attribute is...
View ArticleDynamically add interfaces using T4 Template
Hi,I have a T4 template and need to add interfaces to a class depending on the parameters that have been set.<#@ parameter name="ClassName" type="System.String" #><#@ parameter...
View ArticleCannot find "favorites" in visualstudiogallery.com
Yeah, it is a silly question, but when I login in visualstudiogallery.com, i cannot find my favorites. I have add some extentions to favorites, but where it is?
View ArticleIntegrate DSL to Isolated Shell
Hi,I also ask this question here:http://social.msdn.microsoft.com/Forums/en-US/dslvsarchx/thread/fe47d252-606c-495d-8703-7ba6d78fbe39/But the told me, it could be more a Isolated Shell problem. So I...
View ArticleVisual studio online
Hi All,I have one doubt regarding to Visual studio 2013 online. We are also developing Source control plugin for the visual studio. Can we our plugin online as TFS. could you please let me know what is...
View ArticleDefault .net framework reference path ?
Hi,I create VS extensibility and I need to add a .net framework libraries to a project. I check in VS behaviour that project target .NET Framework 2.0 when add reference will show .net framework 2.0...
View ArticleHow to get project platform target ?
Hi,How to get project platform target ( x86, x64, any cpu or itanium ) ? I saw same question in this forum but the answer is not correct, because it answers about target framework.It's hard to be...
View ArticleDoes an Add-in to Visual Studio run in its own Thread
Hi,I have an add-in to Visual Studio and if I set the currentCulture and CurrentUIculture as below. Will it change the cultures for Visual Studio? ci = New System.Globalization.CultureInfo("de-DE")...
View ArticleProblem with setting a StartUp project in a Multi-project Template
Hi,I have created a Project Template with Multiple projects in it. When i run and create a new project, i am not able to set specific project as a 'Startup Project' by default for my solution.How can i...
View ArticleProblem creating new project from custom Project Type in VS Integrated Shell...
Hi:I have a custom project type following the steps of this link (Walkthrough: Part 1 - Creating a Basic Project System) but at the time of create a new custom project, VS launch an exception that I...
View ArticleSolution folder in multiproject template
My multiproject vstemplate looks as below<TemplateContent> <ProjectCollection><SolutionFolder Name="samplefolder"> <ProjectTemplateLink...
View ArticleHow to enumerate the Adornment Layers for a given IWpfTextView
Hi,I want to enumerate all the AdormentLayers (beside the predefined ones) for a given IWpfTextView.What is the right way to get them?Thank youJesus Salas
View ArticleOverride the default project item Delete Command?
Hi, I would like to override the Delete command for a project item in the visual studio isolated shell. Basically I would like to show my own dialog giving more options, to either permanently delete a...
View ArticleDeploying VSIX using MSI installer to install a new Project Type
Hi:I need install the content of the vsix using a .msi to install a new Project Type in VS Integrated Shell. This vsix also must install a project template for the new project type. I'm using...
View Articleadding empty folders
What is the best way to add empty folders to my new project upon project creation? I have tried using the Folder element in the VSTemplate, but it seems that it doesn't show up unless it contains a...
View ArticleCannot change project file name during project upgrade
We have a custom project type that we want to upgrade. We implemented all methods of IVsProjectUpgradeViaFactory on our project factory. During the upgrade process, we need to rename the project file...
View ArticleDiscovering project templates through File > New > Project > Online
I have a VSIX containing two project templates, and numerous item templates, that's available through the Visual Studio Gallery...
View ArticleQueryDeleteItem() (IVsHierarchyDeleteHandler interface) is not executing for...
Hi All,I am working on Hierarchy Node class (VS IDE class). In my code, Hierarchy Node class is parent class for few children like ProjectNode class, FolderNode class etc. I have implemented...
View Article