locked
Creating extension in Visual Studio 2013 RRS feed

  • Question

  • Hi,

    I created a VSIX project in visual studio 2017 and used custom command.

    Is there any equivalent in visual studio 2013? I want to create an extension in visual studio 2013, I found VSIX Project but couldn't find custom command in add item menu. 

    Tuesday, March 20, 2018 10:09 AM

Answers

  • Hi Abhiprae Choudhury,

    >>Is there any equivalent in visual studio 2013? I want to create an extension in visual studio 2013, I found VSIX Project but couldn't find custom command in add item menu. 

    Yes, visual studio vsix project have a wizard, which you could select menu command, Please select
    Extensibility -> visual studio package -> OK - > Next -> Next -> Next -> select menu command -> Finish

    Best regards,

    Zhanglong


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    Wednesday, March 21, 2018 6:00 AM

All replies

  • Hi Abhiprae Choudhury,

    >>Is there any equivalent in visual studio 2013? I want to create an extension in visual studio 2013, I found VSIX Project but couldn't find custom command in add item menu. 

    Yes, visual studio vsix project have a wizard, which you could select menu command, Please select
    Extensibility -> visual studio package -> OK - > Next -> Next -> Next -> select menu command -> Finish

    Best regards,

    Zhanglong


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    Wednesday, March 21, 2018 6:00 AM
  • Got it, 

    Thanks a lot !!

    Wednesday, March 21, 2018 6:56 AM