visualstudiogallery is migrated from msdn to marketplace and we lose Q/A...
Extensions such as WCF connected service use Q/A for gathering customer feedback. It's an important feature to have. However, it disappears from...
View ArticleVisual Studio Marketplace: Unable to edit extension
Hi,I'm the author of the ReadableExpressions VS extension (https://marketplace.visualstudio.com/items?itemName=vs-publisher-1232914.ReadableExpressionsVisualizers); since the change from the Visual...
View ArticleVS hangs when a breakpoint in my extension is hit. This used to work without...
When a breakpoint in my extension is hit, VS hangs for quite a long time, I can then see that it's broken at my breakpoint, but both the working VS and the experimental VS will be hung. If I click on...
View ArticleF1 help from visual studio isolated shell 2015
I have VS2008 isolated shell based application working fine with context help enabled for F1.I am porting it to VS2015 isolated shell.In VS 2008 I was using helpService =...
View ArticleVSPackage 2010: how to enable copy/cut/paste edit menu command
Hi, I want to enable the default copy/cut/paste menu commands when the DataGridView from my my Designer View is in focus. However, I could not get it to work. I looked at the other threads, and also...
View ArticleVSPackage development, few question about text editor.
I'm working on my own vspackage using C# that target on C++ project.1.How to add #include file to a header/source file?2.How do I get filter/folder in a C++ project and add item to...
View Articlewhen I use "dte2.openfile(null,docfilename)" open my-self file,how to hide...
Now, I add a command to the soulution node, the command's function is to open my-self file, I use "dte2.openfile(null,docfile)", it can open my-self file, but when the file opened, it will appear in...
View ArticleBest way for implemeting syntax colorinng feature for providing visual studio...
Hi All,I am trying to build language service in windows 2015 which will have syntax coloring feature for test language service which will have its own lexer and parser defined .I just google out...
View ArticleProject Templates not found referenced by my project package in the pkgdef
Hi,I created a visual studio (14.0) package with a project factory. Everything in the project system works fine so far. But I don't want to have the CodeBase of my extension in the extensions cryptic...
View ArticleEnabling Paste Command on FileNodes/DependentFileNodes
Hi,I am trying to enabling my paste command on my filenode. It's only visible if I do a Commandplacement in my own CommandGroup in the vsct file.I set the allowpastecommand value in my projectnode to...
View ArticleVisual Studio 2013 isolated shell with SSDTBI tools licence
Do I need a licence to use the VS 2013 isolated shell with the SSDTBI tool pack?
View ArticleVs isolated shell designer isse
Hi,Am facing an issue with wpf designer is isolatedh shell applicatrion... the xaml i am trying to see in VS isolatedh shell wpf designer is not opening in design mkode but the same is working in VS...
View ArticleVisual Studio for Mac Preview - Configure to debug Unity apps?
Hello,I have previously used VSCode with Unity on a mac. If possible I'd like to get the new visual studio preview working with it.Is this possible?Thanks
View ArticleMicrosoft.VSSDK.Vsixsigntool does not sign VS 2015 VSIX extensions
VS 2015 VSIX extension require sha256 hash. However, the VS 2015 solution explorer context menu "Sign VSIX Package..." signs VS 2012 and VS 2013 extensions, but not VS 2015 extension. Am I do something...
View ArticleHow can I get Clicked Line position in OutputWindow?
output window is very useful for tracking source code by double click on the logline included file/line...
View ArticleC# OCR API (Microsoft Windows OCR?!)
Hi all, I'm actually working on a soft for Windows 7 / 8 / 10, and i need an OCR .NET API for C#. I tried Microsoft Windows OCR, but it only work with Universal Windows APP.Is there a solution to use...
View ArticleIVsTrackSelectionEx not working the first time on a ToolWindowPane
I created a toolwindow pane, when i call the IVsTrackSelection, it changes the property grid fine.But it does not work if my tool window pane was active at start up. It start working correctly if i...
View ArticleDetecting a project upgrade
We need to do some processing on loaded C++ and C# projects after the solution is fully loaded. Most of the time, handling IVsSolutionEvents3.OnAfterOpenSolution works fine. However, if the solution...
View ArticleHow Do You Turn Off Mouseovers Popups on Solution Explorer Tabs In VS Editor
This just drives me batty. When editing code or a form in VS, if I go to the vertical scroll bar, and I am off by 1/10" I accidentally mouseover the Solutions Explorer Tab right next to the scroll...
View ArticleUsing VSProjectSystem, how can I create a custom Project type which supports...
I'm try to learn the VSProjectSystem SDK to create my own Visual Studio project types. I want a project which works just like a solution folder in that it contains sub-projects of any type (C++, C#,...
View Article