13 Visual Studio 2022 Tips & Tricks

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

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

  • @ClaudioBernasconi
    @ClaudioBernasconi  2 года назад +2

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

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

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

  • @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 Год назад +1

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

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

    noice

  • @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 ...

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

    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.

  • @bob-xm7ny
    @bob-xm7ny 6 месяцев назад

    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  6 месяцев назад +1

      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 6 месяцев назад

      ​@@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.

  • @software2171
    @software2171 10 месяцев назад

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

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

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

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

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

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

    That paste json as class blew my mind 🤯🔥

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

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

  • @LokiDaFerret
    @LokiDaFerret 5 месяцев назад

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

  • @Justeego
    @Justeego 3 месяца назад

    Wow i learned snippets, so powerful

  • @james-perkins
    @james-perkins 2 года назад

    Nice! Who doesn't love tips for VS 2022

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

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

  • @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.

  • @Robert723
    @Robert723 10 месяцев назад

    Useful video, thanks!

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

    Great tips and tricks in this video 👍

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

    Coolest feature ever in VS: CTRL+I incremental search