Visual studio pluggin

One07k-4914 101 Reputation points
2020-12-10T08:29:11.827+00:00

Hi All,

I have requirement to create Visual studio plugin have one .exe project that will do the work. But this .exe has to be a visual studio plugin(VSIX).As part of VSIX installer this has to be part of visual studio. Then from visual studio I want to use this. Actually its a extension of TFS.

Can anyone help me to create/suggest a way?
I have created sample vsix, but this thing I am struggling.

Thanks in advance.

Community Center Not monitored
0 comments No comments
{count} votes

Accepted answer
  1. Tianyu Sun-MSFT 34,436 Reputation points Microsoft External Staff
    2020-12-11T06:19:18.65+00:00

    Hello @One07k-4914 ,

    Thank you for taking time to post this issue in Microsoft Q&A forum.

    Actually, I’m not sure if you want to create a Visual Studio(VS) Extension or a Team Foundation Server(TFS) Extension.

    For VS Extensions, these things can be extended: menus, toolbars, commands, windows, solutions, projects, editors, IntelliSense, and so on(any parts of Visual Studio). If you want to create a VS Extension, you can refer to this document: Staring to Develop Visual Studio Extensions, which I believe, you have read.

    For TFS Extension, these things can be extended: new web experiences, dashboard widgets, build tasks, and so on. Normally, they are developed by using HTML, JavaScript, and CSS. If you want to create a TFS Extension, you should refer to this document: Develop a web extension (Here are more explanations about TFS Extensions). And actually, the created TFS Extension is needed to be packaged and published to the Visual Studio Marketplace and be installed into an organization.

    Best Regards,
    Tianyu

    • If the answer is helpful, please click "Accept Answer" and upvote it.
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.