13 Visual Studio 2022 Tips & Tricks

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ •

  • @ClaudioBernasconi
    @ClaudioBernasconi  2 роки тому +2

    What is your favorite tip? What's your favorite feature that's missing in the video? 🤔

  • @tussle2k
    @tussle2k Рік тому +2

    That paste json as class blew my mind 🤯🔥

  • @OeHomestead
    @OeHomestead 2 роки тому +4

    Good tips indeed :-) Here are some oldies but goldies: "Shift+Enter", "Shift+Alt+.", "Shift+Alt+¨", "Ctrl+K, Ctrl+S", "Ctrl+K, Ctrl+E". I also disable the Diagnostic Tools while debugging as it tends to slow down things quite a bit.

  • @andreaskarz
    @andreaskarz 2 роки тому +1

    Ein paar kannte ich schon, aber das mit JSON2Class wow. Und die SpeedUp Tipps bringen gerade bei grossen Solutions definitiv was. Danke Claudio.

  • @Justeego
    @Justeego 6 місяців тому

    Wow i learned snippets, so powerful

  • @andreasvogt8125
    @andreasvogt8125 2 роки тому

    Paste JSON as Classes; thx for that it will save me a lot of time 😊

  • @Robert723
    @Robert723 Рік тому

    Useful video, thanks!

  • @manishpatil331
    @manishpatil331 Рік тому

    Thanks for video. this will increase the productivity of developer.

  • @davideb4258
    @davideb4258 2 роки тому +1

    Well done, Claudio! I learned some nice tricks from your video :) thanks :)

  • @james-perkins
    @james-perkins 2 роки тому

    Nice! Who doesn't love tips for VS 2022

  • @denial821124
    @denial821124 9 місяців тому

    GESSUS
    ITS GRATE!
    EVEN I CAN't UNDERSTAND ALL ABOUT THAT BCZ BAD ENGLISH
    BUT ITS REALLY SEEMS USEFUL TO ME
    THANK YOU~

  • @LokiDaFerret
    @LokiDaFerret 8 місяців тому

    Along with control +KD there's also control +KF which I use a lot which formats selected text

  • @matthiasjost
    @matthiasjost 2 роки тому

    Great tips and tricks in this video 👍

  • @pavanpabolu
    @pavanpabolu Рік тому

    Ctrl + K + W - for bookmarks window. right?

  • @software2171
    @software2171 Рік тому

    721-th Like and Subscribed ...... really very useful shortcuts and great video thanQ

  • @digitaldias
    @digitaldias 2 роки тому

    Paste JSON/XML as classes has been around since.. forever :) it is not new in VS2022, but still, good content!

    • @ClaudioBernasconi
      @ClaudioBernasconi  2 роки тому

      You're right. I didn't exclusively include new features. Glad you enjoyed the video.

    • @rohansahlin
      @rohansahlin Рік тому

      I did not know that. that is a life changer :)

  • @jankool01
    @jankool01 2 роки тому +2

    Bookmarks are good but remain on the line number - so if you add code above, will not reference what you expect. Learned this when presenting a code review!?!

    • @ClaudioBernasconi
      @ClaudioBernasconi  2 роки тому +1

      Oh, I agree. I should have mentioned that in the video. I use bookmarks for short-term notes only.

  • @anonim-zt3rx
    @anonim-zt3rx 2 роки тому

    I want permission to ask
    if there is no menu or textbox in the toolbox, how do you display or add it?
    for example, I want to use the menu in the toolbox, the WebBrowser menu, but it turns out that the menu is not in the toolbox, so how to display it or add it, how do I get the WebBrowser menu to be in the toolbox?🙏

    • @ClaudioBernasconi
      @ClaudioBernasconi  2 роки тому +1

      Thanks for your comment. I'm not sure if I understand what you want to do, I'm sorry. Does this page help? docs.microsoft.com/en-us/visualstudio/ide/reference/toolbox?view=vs-2022

    • @anonim-zt3rx
      @anonim-zt3rx 2 роки тому

      @@ClaudioBernasconi thank you for your respond 🙏🙏🙏

    • @JB-mm5ff
      @JB-mm5ff 2 роки тому +1

      Your form must be displayed on the tabs for the controls to be available.

  • @davidvoney9566
    @davidvoney9566 2 роки тому

    noice

  • @bob-xm7ny
    @bob-xm7ny 9 місяців тому

    Don't allow TODO's in your code. They will never be worked on because they have no story in the backlog. Make the dev create a story in the backlog and delete the comment.

    • @ClaudioBernasconi
      @ClaudioBernasconi  9 місяців тому +2

      I like your approach, thanks for sharing. I still think you can have TODO comments in your code as an additonal marker. For example, look at this structure: //TODO: Implement XYZ (T-123) where (T-123) is a reference to a task in your backlog.

    • @bob-xm7ny
      @bob-xm7ny 9 місяців тому

      ​@@ClaudioBernasconi That's not bad, but a little redundant. But so long as it has a work item to get prioritized in sprint planning you would get no opposition from me.

  • @Hinterfrage
    @Hinterfrage Рік тому

    An ide that doesn't even have a simple shortcut to properly format text and remove empty lines ... typically microsoft, utter crap

    • @ClaudioBernasconi
      @ClaudioBernasconi  Рік тому

      CTRL+K, CTRL+D formats a document in Visual Studio 2022. Settings can be adjusted to your needs. Alternatives are .editorconfig files.
      There are plenty of extensions that allow you to remove empty lines if that's something you'd like to have.
      I do wonder, what IDE do you prefer that does all of it to your pleasure?

    • @Hinterfrage
      @Hinterfrage Рік тому

      @@ClaudioBernasconi That's not the point... yes, you can work around it. Only, that should not be necessary in the first place! I prefer netbeans and eclipse ...

  • @leckmich_amarsch
    @leckmich_amarsch 2 роки тому

    Coolest feature ever in VS: CTRL+I incremental search