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.
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!?!
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?🙏
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
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.
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.
@@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.
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?
@@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 ...
What is your favorite tip? What's your favorite feature that's missing in the video? 🤔
That paste json as class blew my mind 🤯🔥
Yes, it's such a great feature!
agree. and generate XML to class also.
Ein paar kannte ich schon, aber das mit JSON2Class wow. Und die SpeedUp Tipps bringen gerade bei grossen Solutions definitiv was. Danke Claudio.
Danke dir.
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.
Great tips! 🙏
Wow i learned snippets, so powerful
Paste JSON as Classes; thx for that it will save me a lot of time 😊
No worries, thanks for watching. 😉
Thanks for video. this will increase the productivity of developer.
Great to hear. Thanks. 👍
Useful video, thanks!
Glad it was helpful!
Nice! Who doesn't love tips for VS 2022
Thanks a lot, James!
GESSUS
ITS GRATE!
EVEN I CAN't UNDERSTAND ALL ABOUT THAT BCZ BAD ENGLISH
BUT ITS REALLY SEEMS USEFUL TO ME
THANK YOU~
I'm glad you like it ;-)
Along with control +KD there's also control +KF which I use a lot which formats selected text
Great trick! I haven't use it so far.
Well done, Claudio! I learned some nice tricks from your video :) thanks :)
Awesome, thank you, Davide!
Great tips and tricks in this video 👍
Thanks a lot, Matthias. 🙂
721-th Like and Subscribed ...... really very useful shortcuts and great video thanQ
Paste JSON/XML as classes has been around since.. forever :) it is not new in VS2022, but still, good content!
You're right. I didn't exclusively include new features. Glad you enjoyed the video.
I did not know that. that is a life changer :)
Ctrl + K + W - for bookmarks window. right?
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!?!
Oh, I agree. I should have mentioned that in the video. I use bookmarks for short-term notes only.
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?🙏
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
@@ClaudioBernasconi thank you for your respond 🙏🙏🙏
Your form must be displayed on the tabs for the controls to be available.
noice
thanks mate.
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.
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.
@@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.
An ide that doesn't even have a simple shortcut to properly format text and remove empty lines ... typically microsoft, utter crap
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?
@@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 ...
Coolest feature ever in VS: CTRL+I incremental search
Thanks, that is new to me. I will check it out.