Pair programming can be very productive. But there's nothing so annoying as seeing your fellow programmer struggle with his coding. And with strugg...
For further actions, you may consider blocking this person and/or reporting abuse
This is actually useful. For selection, I have some further tips:
Thanks for your feedback!! I would say whatever works fastest for you. I end up using a combination of short keys together with a few fast mouse clicks. But your tips might help others as well!
Nicely Done!
One extremely convenient keyboard shortcut I use all the time in VSCode is an alternate of one you list above. Instead of moving a line up or down using
alt
+up/down
, you can add theshift
key to that button combination to actually duplicate the line.Even better, if you're working with a
React
component that you'd like to duplicate quickly (like I do 😄), you can highlight the entire component and pressalt
+shift
+down
to paste a duplicate immediately below the selection!Thank you so much! 🙏❤️
This is the most useful list of tips I have ever found for VS Code! Thank you so much for making this post, I knew about only maybe 2 of the things on the list. I especially love the Emmet, I will use that a lot. :)
RegEx will be useful too, and so will the ALT cursor thing — that one is really cool.
Again, thanks for your post, I think I will follow you now. :)
Very helpful
I can do anything with a keyboard I can do with a mouse... on windows specifically. Which is why I like it compared to other reasons I love the Mac or Linux environments. I am a power windows user and rarely reach for the mouse unless its for convenience (scrolling) but I was unaware of the RegEx in the Search and Replace and NimpleText is new - this is a good write up here! Good job!
Serious depth combining all these methods as constant habit.
I sure found couple minders to strap an extra pair of jet packs to my fast.
🎯Use Vs Code Refactoring capability- this I always forget. Not again.
🎯NimbleText- clearly handy for templating those particularly long forms.
Great tips, thank you!🙌
awesome tips good written
Instread of using the mouse try to operate your computer with your keyboard only. I understand there will be sometime where you must use mouse.
Learn touch typing. It has been game chager for me.
This post is awesome.
Nimble Text is definitely a new tool for my arsenal. TYVM!!
What a great article, man!! I tried these tips on my personal project this weekend and combined with an AI assistent I boosted my productivity to an incredible level.
Awesome article.
This is helpful.
Thanks !!
There are some amazing tips.
Super helpful and useful. Thanks!
I knew some of these already, but had no idea about mock-data generators, and been using chatGPT for that - with different results. Thank you :)
Great tips, thanks for sharing
...use vim motions...
just use vim
Keybindings feel weird when not using vim
I also recommend using AI to generate code. I can recommend Github Copilot
Anyone have experience using Cursor? Wondering if it's better than just using VS Code with Copilot.