Getting scope information from C++ header and source file.
Hello,I am developing a Visual Studio Extension. What I want to achieve:When the user clicks anywhere in the editor, I want to show the cursors scope information (Function and class name) in a separate...
View ArticleVisual Studio 2012 Find in Files not Displaying Files
Maybe I am doing something wrong but all of a sudden the Find in Files in my VS2012 does not display the actual file results. It displays the count but the file list is empty.. Am I missing...
View ArticleSubscribe MEF IWpfTextViewCreationListener events in VsPackage
Hello,It might be a dumb question but haunting me for long a time.I wish to handle the events like CarePositionChanged event in my VsPackage. DTE.Events also have LineChanged event but I want caret...
View ArticleCreating DLL win DllMain entry function
Hi forum,Very basic stuff here - how can I create the DLL (Visual Studio 2015 Community version, C is used) so that linker does not complain about DLLMain@12 already defined in dllmain.obj?I tried :a)...
View ArticleWhere to download VsSDKFebruary2007.exe for implementing VS2005 extension ?
Hi,I need too develop a VS2005 extension using VS2005 standard edition, but I am not able to downlaod the required SDK (VsSDKFebruary2007.exe) because all Microsoft official links are dead (I know...
View ArticleNuGet Packages issues on the Build Server
Hi ,The NuGet packages, Can I get some information on the NuGet Feeds, where we need to create a local folder in C drive and reference the NuGet Feeds to local, this works mostly for the BuildServers...
View ArticleVisual Studio Extension: How to use projection buffers to support languages...
The projection technique projection technique can be used to customize the Visual Studio editor for supporting embedded languages.The examples available here, here and here (editor customization for...
View Articlevs 2010 shell isolation mode:How to Localizing Menu Commands
Hi:what I want to do is :Under the isolation mode , I create a menu command package, I add some menu commands , i want to change the menu command text by change "international setting" I try the...
View ArticleChange the type of an existing control
Hi,Is it possible to change the type of an existing control in the Visual Studio Gallery from upload (msi) to a hyperlink?Thanks in advance, Meppy
View ArticleHow to set the PostBuildEvent programmatically
HiI'm trying to setup the PostBuildEvent of a C++ project programmatically (from C#) but I'm getting the following exception:{"The parameter is incorrect. (Exception from HRESULT: 0x80070057...
View ArticleGIT - Need to determine what user created branch on TFS On-Premesis (or...
I'm working on a tool that allows for automatic management of branches after users are notified when their branches have gone 'stale' and are in need for either deletion or moving to a tag. How can I...
View ArticleCode Analysis Settings: Custom Settings
Hi,We want certain coding standards to be implemented in our project. For that along with defined [Microsoft Rules] in {Code Analysis Settings}, we would like to introduce our own custom defined rules:...
View ArticleAdd Connection dialog 'Accept' button events not getting called in VS2015...
Hi All,I have implemented a ConnectionUIControl deriving from DataConnectionUIControl and added Click event handler for 'Accept' button of parent which is the 'Add Connection' dialog. Handler is added...
View ArticleSHORTCUT at CommandBarButton, VSPackage, KeyBinding Without vsct File
Hi,reference: http://stackoverflow.com/questions/31337319/vs-2013-sdk-how-to-keybind-hotkey-only-for-code-window-editorI dynamically generate CommandBarButtons and have no vsct File to do the...
View ArticleHow to add a 'textbox' to the toolbar in ToolWindowPane.
I'm writing a .vsct file. But I can't find a way to add a textbox to the toolbar in ToolWindowPane, just like 'Error List' and 'Task List' window.
View ArticleVSPackage, debugger2.ExecuteStatement: What would expect the IDE state and...
The code below is executed in a timer function in a VSPackage project.debugger2.ExecuteStatement("MyMethod()", 1000, false);What would happen if MyMethod() hasn't finished but it reaches the timeout...
View ArticleFree MS SQL Server Developer Download
This link says this product is now free for personal use.http://blog.sqlauthority.com/2016/06/01/download-sql-server-2016-developer-edition-free/I clicked the link and signed in and the page told me it...
View ArticleWhen upgrading my vs extension (vsix) the previous version of the extension...
I'm the author of a small OS extension (that can be found here). My users complain that after upgrading to a new version, the binaries of the previous version are still used.For example, 1) I have a...
View ArticleVSPackage: Which thread would a method made by debugger2.ExecuteStatement()...
When making a call of debugger2.ExecuteStatement("MyMethod()". What thread would "MyMethod()" be run? Can I force it to be run in the Main thread?NR1234
View ArticleUsing embedded language syntax in custom language service
Hello. i am writting language supportu for our in house, yet open source DSL platform, Rhetos (https://github.com/rhetos/rhetos). Besides keywords and comments, Rhetos allows users to write SQL code...
View Article