Visual Studio Update: Automatically Close Brackets and Quotes

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

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

  • @andergarcia1115
    @andergarcia1115 8 месяцев назад +1

    Thank you, Master, for the valuable effort you put into each video. I also wanted to say that the development pass is a great initiative, and I believe it will be a success.
    I read the email I received in my inbox, and it addressed one of my questions: how you combat piracy. This was very helpful information.

  • @jaa928
    @jaa928 7 месяцев назад

    Quick, easy, and productive. Thank you, Tim!

  • @squimball
    @squimball 8 месяцев назад +1

    Nice. I can see this auto-backet completion being a lot more useful than the other ones. I hate it when closing brackets appear out of nowhere (I always turn it off), but this one makes sense and I can see me using it. Thanks for the tip.

  • @trevordennis
    @trevordennis 8 месяцев назад

    Thanks! This new feature actually looks very useful. The most annoying thing I always turn off is the auto matching quote or parenthesis that Visual Studio was putting in as you type. That one just slows me down since the cursor almost always ends up in the wrong place and I have to move it back inside the parenthesis to finish typing the statement. Easier to just typing the end characters manually.

  • @BigBassti
    @BigBassti 8 месяцев назад

    Hi Tim, hi Chat! What are your greatest productivity features in visual studio c#? My favorites so far are Strg+K+D (Code Alignment), prop+tab+tab (simple property definition), propfull+tab+tab (full context property definition), if+tab+tab (If-cluase) and else+tab+tab (else-clause).

    • @IAmTimCorey
      @IAmTimCorey  8 месяцев назад

      I'm going to be releasing a video soon on the way I configure Visual Studio, which will include a lot of the tweaks I use.

  • @navid.jfrzadeh6074
    @navid.jfrzadeh6074 8 месяцев назад +1

    Nice these shortcuts are very useful 👍

  • @JayVeeDee
    @JayVeeDee 8 месяцев назад

    my god, this was one my huge pet peeves with visual studio coming from jet brains and it's finally been added! Good stuff

  • @CRBarchager
    @CRBarchager 8 месяцев назад

    This will help alot. I'm getting tired of having to mark code, CTRL-X, { } and CTRL-V between the brackets :D

  • @MichaelCsikos
    @MichaelCsikos 2 месяца назад +1

    I came here to learn how to disable this annoying "feature". Thanks.

  • @RobertLawson-q5q
    @RobertLawson-q5q 8 месяцев назад

    It is also in JetBrains Rider.

  • @holger_p
    @holger_p 8 месяцев назад

    There is always something cute to discover.

  • @UmanPC
    @UmanPC 8 месяцев назад

    Great feature.
    Tnx a lot Tim

  • @JohnSmith-yr7ih
    @JohnSmith-yr7ih 8 месяцев назад

    Tim, please make a full course of 'aspNet identity' with wasm and new 'Blazor app' template, show the difference, if any. there a many videos of 'identity' but all of them are just overview

    • @IAmTimCorey
      @IAmTimCorey  8 месяцев назад

      Thanks for the suggestion. Please add it to the list on the suggestion site so others can vote on it as well: suggestions.iamtimcorey.com/

  • @guiorgy
    @guiorgy 8 месяцев назад

    I wish you had touched on double quotes inside a double quoted string literal. Will that work (i.e. will it be properly escaped)? What about a @ string literal, or multiline (""") string literal? I hope that works, but even without it, it's a great feature. I'll try it out later

    • @IAmTimCorey
      @IAmTimCorey  8 месяцев назад +1

      It puts double quotes (if that is what you choose) around anything you've selected.

    • @guiorgy
      @guiorgy 8 месяцев назад

      @@IAmTimCorey I've tried and you are correct. I was hoping it would understand that the selection is inside a string literal and escaped the inserted quotes, i.e. inserted \" instead of just ". Still a nice feature though, I've enabled it.

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

    I can't seem to find the tool bar. I'm using lastest version of vs code

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

      Visual Studio is not the same thing as VS Code. They are two separate products. This video is for Visual Studio.

  • @evangreavu9621
    @evangreavu9621 8 месяцев назад

    Another cute feature

  • @fsofrizzy5088
    @fsofrizzy5088 8 месяцев назад

    One of my favorite features from VS Code. Always found it annoying this wasn’t a feature since I’ve been learning C#/Visual Studio.

  • @dasfahrer8187
    @dasfahrer8187 8 месяцев назад

    So useful!

  • @c130daddy
    @c130daddy 8 месяцев назад

    excellent. thanks!

  • @404-UsernameNotFound
    @404-UsernameNotFound 8 месяцев назад +2

    It's about time. VSCode has had this feature for years.

    • @IAmTimCorey
      @IAmTimCorey  8 месяцев назад

      Yep, but since the two products are totally unrelated, they don't have a shared feature system.

  • @navarone77
    @navarone77 8 месяцев назад +1

    A feature VSCode already had. . Great job M$ft lol

    • @IAmTimCorey
      @IAmTimCorey  8 месяцев назад

      VS Code and Visual Studio are two totally different products, written in two different languages, by two different teams, and are two different types of systems (editor vs IDE).

  • @MouhamedSaleemAlZayat
    @MouhamedSaleemAlZayat 8 месяцев назад

    I like this feature.. 👌🏻

  • @pxnchx93
    @pxnchx93 8 месяцев назад

    I'm surprised they added this so late 🤔

    • @IAmTimCorey
      @IAmTimCorey  8 месяцев назад +1

      They've played around with different ways of doing similar things, but I agree.

  • @LokiDaFerret
    @LokiDaFerret 8 месяцев назад +7

    I would much prefer they fix the plethora of bugs versus this new feature.

    • @IAmTimCorey
      @IAmTimCorey  8 месяцев назад +1

      Every update does come with bug fixes. LOTS of them. But that doesn't mean there shouldn't be feature improvements as well.

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

      @@IAmTimCorey they broke search in the 2022 upgrade. It's been broken since the first revision. Web deployment Will also crash if you close the publish window before it is done. When they fix these I will be happy. But until then I will go and close everything I can see within single quotes double quotes square brackets round brackets and curly brackets. 😁

  • @YehorBachurinDev
    @YehorBachurinDev 8 месяцев назад

    Lol😂