Write a Visual Studio extension

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 23

  • @JonathanVivero
    @JonathanVivero Год назад +2

    Great, guys! I'm doing a special VSIX to facilitate some refactors from a legacy project, and this is an awesome hack for my productivity!

  • @fabiosarts
    @fabiosarts 2 года назад +1

    I am definitely doing a Clippy helper extension with this! :D

  • @AgentFire0
    @AgentFire0 Год назад

    Quite informative, thank you very much.

  • @X400DYL
    @X400DYL 2 года назад

    Super, thank you , I have been looking for a good Tutorial on creating an Extension, this was clean and to the point SUBBED

  • @kringe6397
    @kringe6397 3 дня назад

    I was watching this video cause I wanted to make an extension to insert guids turns out it is the example

  • @taner-saydam
    @taner-saydam 2 года назад

    Thx. That's awesome :)

  • @paisa20
    @paisa20 2 года назад

    Thanks so much

  • @Ar6yZuK
    @Ar6yZuK 2 года назад

    thanks

  • @vberkaltun
    @vberkaltun Год назад

    Nice video, thanks for the fundamental intro. I just started to develop my first vs2022 extension but could not go it so far. Apparently, the 'test' group is not defined, so I can not put my command under its menu. Hope there is a solution to do that.

  • @DataJuggler
    @DataJuggler 2 года назад +3

    Does this Extensibility Toolkit mean I can write a VS Extension in .Net 6? I have a VS Package I have converted since VS 2010, and I had to stop at 4.8 of .Net Framework. Watch you create this seems simpler than my attempts at upgrading to VS 2022.

    • @MadsKristensen
      @MadsKristensen 2 года назад +3

      No, not until Visual Studio itself is able to execute .NET 6 extensions which it can't do yet. Until then, we must stay on .NET Framework 4.x

    • @DataJuggler
      @DataJuggler 2 года назад +1

      @@MadsKristensen Thanks for the reply.

    • @Robodino1
      @Robodino1 2 года назад

      @@MadsKristensen Are there plans to support this in the (near) future?

  • @dorotheaweber7935
    @dorotheaweber7935 Год назад

    Hey, I was trying to insert a command in the context menu from the code window. What is the variable name that I have to insert for this menu? Ist there an overview for the variable names of the various menus?

  • @stevenkjames
    @stevenkjames Год назад

    Cool

  • @stacymaimoon4189
    @stacymaimoon4189 2 года назад

    What if I need to navigate in the document and insert the Guid (or whatever) not at the current position, but e.g. at the beginning of the document? How do I come there?

  • @ceciliasjogren9798
    @ceciliasjogren9798 2 года назад

    HI, Im trying to wright my first extension but I don't know how to know how to get the right part of the VS API. I would like to access the Warnings and error system ( to be able to change the underlining color on a specific kind of warning) but I can't find how to get there. Can you help?

  • @NASAGOV65
    @NASAGOV65 2 года назад

    What is the extension of the Solution files in Visual Studio?

  • @PrajaktaPednekar
    @PrajaktaPednekar Год назад

    can we create angular or react extension using visual studio IDE? i dont find a way to create it

  • @Airsoftshowoffs
    @Airsoftshowoffs Год назад

    Seems like Extensibility essentials does not exist on the Marketplace anymore.

  • @Mikarsoft
    @Mikarsoft 2 года назад

    Doesn't work i 've tried everything, even using the exact same icon and menu as you Use. Am i missing something? i am on Visual studio 2019

  • @alebud1403
    @alebud1403 6 месяцев назад

    2:24 this app how is called? Visual studio 2022?

  • @erin1569
    @erin1569 2 года назад

    Microsoft is so bad I have to write the good stuff myself