Questions tagged [vssdk]

The Visual Studio SDK helps you extend Visual Studio features or integrate new features into Visual Studio. You can distribute your extensions to other users, as well as to the Visual Studio Gallery. The following are some of the ways in which you can extend Visual Studio:

  • Add commands, buttons, menus, and other UI elements to the IDE

  • Add tool windows for new functionality

  • Extend IntelliSense for a given language, or provide IntelliSense for new programming languages

  • Use light bulbs to provide hints and suggestions that help developers write better code

  • Enable support for a new language

  • Add a custom project type

  • Reach millions of developers via the Visual Studio Gallery

54 questions
0
votes
1 answer

Diff Classifier - MEF component

I would like to implement a Diff Classifier, so I downloaded the Diff Classifier of the VSSDK Extensibility samples. Running the Diff Classifier extension displays the correct classification colors. I developed an extension and I would like to add…
Odrai
  • 2,163
  • 2
  • 31
  • 62
0
votes
1 answer

VS2010 load project failed with error framework version=v4.0 not found

I can't make my VS2010 environment work well after reinstalled VS2010, .Net framework 4.0, .net framework4.5, visual studio 2010 SDK on my Win7 64bit. The error message is as the first picture below: I can't understand the message for I had…
Wason
  • 1,341
  • 1
  • 13
  • 26
0
votes
1 answer

Center a DSL shape on diagram screen

First, sorry my english. I'm developing a DSL. In the main window I have two panels: a list of shapes and the diagram itself. I would like, when clicking on an item in the list, to center its shape on the screen (diagram panel). I don't want to move…
0
votes
2 answers

How to get the entire Visual Studio active document... with formatting

I know how to use VS Extensibility to get the entire active document's text. Unfortunately, that only gets me the text and doesn't give me the formatting, and I want that too. I can, for example, get an IWpfTextView but once I get it, I'm not sure…
Dmitri Nesteruk
  • 23,067
  • 22
  • 97
  • 166
0
votes
0 answers

How can my custom Visual Studio project support nested projects?

I'm trying to make a custom Visual Studio project type using VSProjectSystem. I'd like my project to basically work like a SolutionFolder project type, where it is simply a container for subprojects. The custom project will represent a whole…
0
votes
1 answer

Visual Studio Team Services (was VSO) SDK getProjectInfo fail when try to create TFS extension

When implement a TFS extension Widget, our team try to use some VSO API to determine the current version control tool is TFVC or Git. We found there is an API in VersionCtrlRestClient can return the project information. But the following code always…
Max
  • 175
  • 1
  • 12
0
votes
1 answer

Create work item fail via VSO SDK

The team try to create a custom widget on VSTS that can help to manage group code review. One of the task is to create new work item with type "Code Review Response" and link it to code changes. But the following code does not work: import…
Max
  • 175
  • 1
  • 12
0
votes
0 answers

Visual Studio 2015 Enterprise Update 3 VSSDK Extensibility

This is the first time I am trying to create a Visual Studio extension. I installed Visual Studio 2015 (update 3) and after that I installed the Extensibility Tools (Features / Common Tools / Visual Studio Extensibility Tools Update 1). However,…
Rashmi Pandit
  • 23,230
  • 17
  • 71
  • 111
-1
votes
1 answer

How to bring dropdown at top

I'm not getting this dropdown in front as i have created a custom control combo of tree behaviour.
Harsh Singh
  • 29
  • 1
  • 4
1 2 3
4