13 Visual Studio 2022 Tips & Tricks

  Рет қаралды 50,223

Claudio Bernasconi

Claudio Bernasconi

Күн бұрын

Пікірлер: 46
@ClaudioBernasconi
@ClaudioBernasconi 2 жыл бұрын
What is your favorite tip? What's your favorite feature that's missing in the video? 🤔
@OeHomestead
@OeHomestead 2 жыл бұрын
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.
@ClaudioBernasconi
@ClaudioBernasconi 2 жыл бұрын
Great tips! 🙏
@andreaskarz
@andreaskarz 2 жыл бұрын
Ein paar kannte ich schon, aber das mit JSON2Class wow. Und die SpeedUp Tipps bringen gerade bei grossen Solutions definitiv was. Danke Claudio.
@ClaudioBernasconi
@ClaudioBernasconi 2 жыл бұрын
Danke dir.
@tussle2k
@tussle2k Жыл бұрын
That paste json as class blew my mind 🤯🔥
@ClaudioBernasconi
@ClaudioBernasconi Жыл бұрын
Yes, it's such a great feature!
@edi_gun_awan
@edi_gun_awan Жыл бұрын
agree. and generate XML to class also.
@davideb4258
@davideb4258 2 жыл бұрын
Well done, Claudio! I learned some nice tricks from your video :) thanks :)
@ClaudioBernasconi
@ClaudioBernasconi 2 жыл бұрын
Awesome, thank you, Davide!
@james-perkins
@james-perkins 2 жыл бұрын
Nice! Who doesn't love tips for VS 2022
@ClaudioBernasconi
@ClaudioBernasconi 2 жыл бұрын
Thanks a lot, James!
@LokiDaFerret
@LokiDaFerret 5 ай бұрын
Along with control +KD there's also control +KF which I use a lot which formats selected text
@ClaudioBernasconi
@ClaudioBernasconi 5 ай бұрын
Great trick! I haven't use it so far.
@Justeego
@Justeego 3 ай бұрын
Wow i learned snippets, so powerful
@andreasvogt8125
@andreasvogt8125 2 жыл бұрын
Paste JSON as Classes; thx for that it will save me a lot of time 😊
@ClaudioBernasconi
@ClaudioBernasconi 2 жыл бұрын
No worries, thanks for watching. 😉
@manishpatil331
@manishpatil331 Жыл бұрын
Thanks for video. this will increase the productivity of developer.
@ClaudioBernasconi
@ClaudioBernasconi Жыл бұрын
Great to hear. 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~
@ClaudioBernasconi
@ClaudioBernasconi 6 ай бұрын
I'm glad you like it ;-)
@jankool01
@jankool01 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 жыл бұрын
Oh, I agree. I should have mentioned that in the video. I use bookmarks for short-term notes only.
@matthiasjost
@matthiasjost 2 жыл бұрын
Great tips and tricks in this video 👍
@ClaudioBernasconi
@ClaudioBernasconi 2 жыл бұрын
Thanks a lot, Matthias. 🙂
@Robert723
@Robert723 10 ай бұрын
Useful video, thanks!
@ClaudioBernasconi
@ClaudioBernasconi 10 ай бұрын
Glad it was helpful!
@pavanpabolu
@pavanpabolu Жыл бұрын
Ctrl + K + W - for bookmarks window. right?
@leckmich_amarsch
@leckmich_amarsch Жыл бұрын
Coolest feature ever in VS: CTRL+I incremental search
@ClaudioBernasconi
@ClaudioBernasconi Жыл бұрын
Thanks, that is new to me. I will check it out.
@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 :)
@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 жыл бұрын
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 Жыл бұрын
Your form must be displayed on the tabs for the controls to be available.
@software2171
@software2171 10 ай бұрын
721-th Like and Subscribed ...... really very useful shortcuts and great video thanQ
@davidvoney9566
@davidvoney9566 2 жыл бұрын
noice
@ClaudioBernasconi
@ClaudioBernasconi 2 жыл бұрын
thanks mate.
@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 ай бұрын
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.
@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 ...
10 Visual Studio Tips & Tricks You Probably DON'T KNOW
21:05
Code It Up by AMBITIONED
Рет қаралды 30 М.
Advanced developer tips and tricks in Visual Studio | BRK253H
44:24
Microsoft Developer
Рет қаралды 16 М.
Пришёл к другу на ночёвку 😂
01:00
Cadrol&Fatich
Рет қаралды 10 МЛН
The CUTEST flower girl on YouTube (2019-2024)
00:10
Hungry FAM
Рет қаралды 55 МЛН
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 100 МЛН
15 Useful Shortcuts to Code Faster with Visual Studio
12:01
One Wheel Studio
Рет қаралды 39 М.
13 C# NuGet Packages EVERY .NET developer NEEDs to Know!
8:16
Claudio Bernasconi
Рет қаралды 10 М.
10 Time-Saving Tips in Visual Studio 2022 (with Tim Corey)
37:54
Microsoft Visual Studio
Рет қаралды 31 М.
Microsoft FINALLY killed it
6:45
Alex Ziskind
Рет қаралды 648 М.
Vim Tips I Wish I Knew Earlier
23:00
Sebastian Daschner
Рет қаралды 66 М.
15 Visual Studio Editor Tips including Intellicode and EditorConfig
1:15:01
Build 2023 - Advance developer tips and tricks in Visual Studio
44:24
Microsoft Visual Studio
Рет қаралды 18 М.
Cool features in Visual Studio 2022
38:24
Microsoft Visual Studio
Рет қаралды 66 М.
10 React Antipatterns to Avoid - Code This, Not That!
8:55
Fireship
Рет қаралды 747 М.
Пришёл к другу на ночёвку 😂
01:00
Cadrol&Fatich
Рет қаралды 10 МЛН