Revolution R Open (RRO) integrating with Visual Studio Community 2015
I am a financial trader that would like to make algorithmic trading systems with visual studio community. I would like to use a combination of C# and R statistical language. I would like to know how...
View ArticleOracle Projects in VS 2013 Scripts Don't execute
I have created an oracle project in VS2013. I created a "Create Table" script in the VS project. called Scriptfilename.sql The project is connected to an Oracle Server with database names...
View ArticleHow to highlight a single word in a specific file?
I saw the example of searching and highlighting all the words using the ITagger<T> interface, however, in my case I only need to highlight specific words in specific document (whose path I only...
View ArticleVisual Studio Isolated Shell Development, text editor has stopped working.
As in the topic.I can't type - nothing appears in the file editor. I did hard revert on my repository and the problem still persists so it has to be a sth connected to stuff that is generated outside...
View ArticleVisual Studio Isolated Shell Development, cached data issue
As in the topic.I can't type - nothing appears in the file editor. I did hard revert on my repository and the problem still persists so it has to be a sth connected to stuff that is generated outside...
View ArticleWrong file added by the VSIX
I ctrated a VSIX-package that uses Newtonsoft.Json.dll. I Added the Newtonsoft.Json NuGet package to my VSIX-Project and the Newtonsoft.Json.dll file is installed in the experimantal instance of Visual...
View ArticleAutomatically updating extensions
I have two VSIX extensions installed in Visual Studio 2015 that I compiled. One was developed completely in house, the other was open source that we tweaked for internal usage. Both were installed...
View ArticlePaste special menu
Hi, how I can add a menuitem (e.g "Paste as BSON") inside Edit- > Paste Special menu (like "Paste JSON as Classes)? I think, I need a ID for the submenu, but I can't find this for "Edit- >...
View ArticleHow to determine whether the trigger point is in a perticular region
Hi, I am developing an intellisense extension to c++ like language. In my source files, I have some sections marked like #mysection1, #mysection2 etc.. (Similar to regions in C#)When I press ctrl+. in...
View ArticleCan I enable a web hook subscription through the REST api?
I see that a subscription is in status "onProbation". But whenever I try to update the subscription I get the following error:{"$id": "1","innerException": null,"message": "No subscription could be...
View ArticleSet up a new tag in VSO git via API
I'd like to mark git commit in git VSO repo by additional custom tag when certain events are happen and this will help me to find/see particular commit in history, but I haven't found anything close to...
View ArticleHow do we convert a CT_COLORINDEX in ColorableItemInfo's crForeground to an...
In a managed VS package, I am trying to resolve the valid foreground and background colors in ColorableItemInfo structures to their actual RGB color values. When the __VSCOLORTYPE is CT_VSCOLOR, it's...
View ArticleNuget package installation outside of Visual studio
Hi AllI have use the Package manager console for the nuget installation. If any way to install the nuget package without Using VS/Package manager console Please suggest me the solution Thanks,Ganesan R.
View ArticleAppropriate VS Extensibility Point
Hi all,I'm developing a fairly simple project system for VS using the https://github.com/Microsoft/VSProjectSystem and the next feature I'd like to develop is to have a custom UI for editing a...
View ArticleFix for VSSDK-Extensibility-Samples Bug When Editor Rename File
Back in November 2014, I asked this question about a bug in the code generated for a VS Package in VS 2013. The response was to wait for theConnect item response. So I did.The Connect response was...
View ArticleVS2013 VsPackage Update VS2015
Hi,I wrote a VSPackage for Visual Studio 2013 in C#. Now I want to upgrade the VSPackage to Visual STudio 2015. I want to have only one vsix to execute for both Studios. Is this possible?I put a...
View Articleaccessible automated testing tools for jaws for windows and visual studio...
Hi. Using jaws 17, and visual studio community 2015. Doing a diploma it course, but, wondering, tried Microsoft test server, but not very accessible. So, need to run automated tests for a subject,...
View ArticleReference Assistant
Is there such a thing (extension, add-in) for either VS 2013 or VS 2015 - that lets me see all project references in a richer way than the basic list shown in solution explorer?A reference can be...
View ArticleAdding project items from templates in a wizard
Hello. I've got a project template with a wizard. I need to add project items from template to created project somewhere within wizard. Those project item templates have custom parameters with values...
View Article