visual-studio-addins
SerializationException using VS 2008 Addin: not find assemby
I\'m writing a Visual Studio 2008 add-in and all was working fine, but few days, sometimes, there are strange errors about Serialization (unable to find assembly).[详细]
2023-02-08 07:34 分类:问答How to get programmatically the information displayed by Quick Info in Visual Studio
I searched without succes a method to get from my C# addin visual studio extension what displayed in the Quick Info when the mouse is moved over some code element.[详细]
2023-02-07 23:19 分类:问答Detect if Solution is offline using TFS and vS 2008 and C#
I have开发者_JS百科 a VS addin in C#. I want detect if a solution is offline (about TFS) for show warning to user.[详细]
2023-02-07 14:02 分类:问答VS 2010 addin: getting selected text in the editor
Coders, I am developing an add in for VS2010 and I am trying to get the selected text in the code editor. so far, i have been searching many webpages and thy all seems to use DTE.ActiveDocument which[详细]
2023-02-06 00:37 分类:问答i want to write a visual studio extension to access redmine issues. how would you recommend doing this?
i want to write a visual studio extension to access redmine issues.how would you recommend doing this?I thought about trying to use the work item system that already exists in visual studio with TFS,[详细]
2023-02-04 12:17 分类:问答Debug/Trace failing to write to Output windows in VSIX project
Is there any reason, maybe a known bug or missing SDK that would cause debug and trace to stop working in the following environment:[详细]
2023-02-01 07:19 分类:问答Visual Studio addin; to highlight all words which match selected word?
While using NotePad++, and select a certain word, it automatically highlights all matched words? Does anyone know if there is a Visual Studio addin that can do this? or are there any hidden environ[详细]
2023-01-30 09:31 分类:问答Give a tip window when mouse is over a particular text
I am developing an addin to Visual Studio editor. Does anyone 开发者_运维问答know how to provide a tip window in editor?[详细]
2023-01-28 11:16 分类:问答get the text under the mouse pointer
i am relatively new to C#. can anybody please tell me how to display the tool tip on the text editor...just as VS intellisense expands a particular method when we move the mouse over it??? Since i am[详细]
2023-01-27 09:01 分类:问答Is there an event triggered when dte.Solution.SolutionBuild.StartupProjects changes?
I am building a visual studio 2010 Add-in for internal use in my company.I would like to customize the main window caption to display the name of the current start up project.I can set the caption of[详细]
2023-01-26 20:59 分类:问答