Want to get better at Web Development 🚀🚀🚀? Subscribe to my weekly newsletter at https://codesnacks.net/subscribe/
These are some of the VS Code...
For further actions, you may consider blocking this person and/or reporting abuse
Markdown Preview Github Styling to visualize Markdown documents
Auto Rename Tag and htmltagwrap to write HTML / JSX
Code Spell Checker to write in English or other languages...
Git Graph to watch your Git history
...
Well I guess after checking this article and installing your new extension, you would find this one SUPER handy. It allow you to save you extension on a github gist, so you can import/export and quickly setup your environment on fresh VSCode installation =>
marketplace.visualstudio.com/items...
Settings Sync is now a previewed feature of Vs Code, already available in Vs Code Insiders. It works much better than the extension you're talking about (that I happily removed due to bad UX and bugs).
code.visualstudio.com/docs/editor/...
code.visualstudio.com/insiders/
Nice! Thanks for the hint!
That's indeed super handy. Thanks for the recommendation!
Maybe this one helps someone too :)
yatki / vscode-surround
🔥A simple yet powerful extension to add wrapper templates around your code blocks
Surround
A simple yet powerful extension to add wrapper templates around your code blocks
Features
Demo 1: Choosing wrapper function from quick pick menu
Demo 2: Wrapping multi selections
How To Use
After selecting the code block, you can
to get list of commands and pick one of them.
List of commands
surround.with
(ctrl+shift+T)surround.with.if
surround.with.ifElse
surround.with.tryCatch
surround.with.tryFinally
🚀🖖
Thanks for sharing this one. I'm sure I'm going to use the surrounding in
<element></element>
a lot.Oh yeah, Peacock & Prettier are really helpful to me! 🙏
Bracket Pair Colorizer is also the kind of extension you install, then you wonder how life was before!
I'm also the maintainer of an extension that provides automatic refactorings for JS & TS. It's called Abracadabra.
I like how I can extract/inline variables with a single keystroke ⚡
That’s awesome!
Polacode is new !
never thought there is an extension like Peacock, thanks for sharing. by the way, you should try Comment anchors. it's an extensions to make a comments as a checkpoint when your code is just too much. Perfect to pair up with better comments.
I never though about some extension like Peacock too, and it's really useful.
Thank you Benjamin to share your experiences
How about hqjs? A build tool and smart development server marketplace.visualstudio.com/items...
Thank you very much, I have installed many extensions that you recommend.
Cool stuff! Thanks for the recommendation! I'll do a part two and definitely add them.
TabNine AI code completion is very helpful. TabNine is based on GPT-2 models, which provide some of the most amazing code predictions
For whatever reason, the intellisense doesnt work for huge java projects in vscode and forcing it to use it only for smaller projects
Thank you for this article .
Was very helpfuly :)
Thank you for this article . Was very helpfuly for me.
My favorite extensions are :
Vim
Спасибо.
One more to add to the list: ES7 React/Redux/GraphQL/React-Native snippets.