VS Code extensions for web development in 2022
creativedesignsguru.com
VS Code extensions for web development in 2022
1–10 of 30 posts
Re: VS Code extensions for web development in 2022
#2 - Github copilot - like autocomplete on steroids.
- peacock - change the workspace color - helps reduce mental load when working on different projects.
- tag autorename - this should be built into vscode, saves a bunch of keystrokes
- snippets - this is a category of extension. Find whichever snippet lib is out there for your stack.Re: VS Code extensions for web development in 2022
#3In addition to this list, for those doing node monorepos in 2022, the extensions that I think you must use are: - Github copilot - like autocomplete on steroids. - peacock - change the workspace color - helps reduce mental load when working on different projects. - tag autorename - this should be built into vscode, saves a bunch of keystrokes - snippets - this is a category of extension. Find whichever snippet lib is…
I was looking for this exact thing the other day. Thanks for the tip!
Re: VS Code extensions for web development in 2022
#4Re: VS Code extensions for web development in 2022
#5Re: VS Code extensions for web development in 2022
#6This is a great list, thanks for this. Many of these I use, but glad to see REST client, which I didn't know about. Have been looking for a replacement for Postman since they went off the "enterprise" deep end. I mean, I basically want a slightly better UI for curl, not 60 levels of "project management" features to make an HTTP call.
Re: VS Code extensions for web development in 2022
#7This is a great list, thanks for this. Many of these I use, but glad to see REST client, which I didn't know about. Have been looking for a replacement for Postman since they went off the "enterprise" deep end. I mean, I basically want a slightly better UI for curl, not 60 levels of "project management" features to make an HTTP call.
I find that I can almost replace Postman completely with this.
https://marketplace.visualstudio.com/items?itemName=rangav.v...
Re: VS Code extensions for web development in 2022
#8Re: VS Code extensions for web development in 2022
#9This is a great list, thanks for this. Many of these I use, but glad to see REST client, which I didn't know about. Have been looking for a replacement for Postman since they went off the "enterprise" deep end. I mean, I basically want a slightly better UI for curl, not 60 levels of "project management" features to make an HTTP call.
As a VIM user (IdeaVIM in the Jetbrains editors), this is even easier, because text editing (as opposed to writing) is where VIM shines.
Re: VS Code extensions for web development in 2022
#10In addition to this list, for those doing node monorepos in 2022, the extensions that I think you must use are: - Github copilot - like autocomplete on steroids. - peacock - change the workspace color - helps reduce mental load when working on different projects. - tag autorename - this should be built into vscode, saves a bunch of keystrokes - snippets - this is a category of extension. Find whichever snippet lib is…
> peacock - change the workspace color I was looking for this exact thing the other day. Thanks for the tip!