Adewunmi Josepharize.hashnode.dev·Sep 27, 2023Adding Custom Code Snippets in VSCODEIf you are anything like me (which I hope not), you will find that declaring a constant const or typing out an async function in full is pretty stressful. const constant = " " const reallyLongFunctionName = async()=>{ // really long code } Although...Discussvscode extensions
Matt Paulmattpaul.hashnode.dev·Sep 26, 2023Top VS Code Extensions for Vue.js DevelopersMany web developers use Visual Studio Code because it is reliable, open-source, easy to customize, and extendable. But to build an effective workflow, they might need something better than the best. A little help can get you through a long way. And ...DiscussVue.js
Abdelmadjid Cherfaouiblog.hexacker.com·Sep 25, 20237 VSCode Extensions for Backend DevelopersVSCode might be the most used text editor in this era, it has passed Atom and Sublime Text combined so far. VSCode has a very rich extension marketplace where you can find a huge number of very useful extensions that can turn your coding experience i...Discuss·81 readsvscode extensions
Ekunola Paulpscon.hashnode.dev·Sep 21, 2023"Elevate Your Dev Game: 10 Must-Have Chrome and VS Code Extensions"Hey there, tech enthusiast! I'm Ekunola Paul, and I'm about to take you on a journey through the exciting realm of Chrome and Visual Studio Code (VS Code) extensions. These little gems will transform your development experience into a smooth and effi...Discuss·10 likes·84 readsDeveloper
Tushar Agrawaltusharagrawal.hashnode.dev·Sep 18, 2023An In-Depth Introduction to HTML and Its Basic StructureWelcome to the fascinating world of web development, where you have the power to create digital experiences that reach people across the globe. At the heart of this adventure lies HTML, Hypertext Markup Language. In this article, we will unravel the ...Discuss·1 likeHTML5
Saiful Alamblog.msar.me·Sep 17, 2023Simple API testing on VS CodeThere was many API testing tools like PostMan, ThunderClient etc., but as a developer switching application while developing API application and testing the API endpoints is painful and sharing those endpoint across the team. So there was an extensio...DiscussPostman API testing and documentationAPIs
Adarsh SrivastavaforTryst with Debuggingctrlb.hashnode.dev·Sep 13, 2023The Limitations of Traditional Debuggers in a Live Production EnvironmentIn light of the profound shifts witnessed in the tech industry over the past decades, it's crucial to acknowledge the drawbacks of relying solely on VS Code's default debugger, especially in production environments. Here are the key disadvantages: In...Discuss·29 readsdebugging
Suyash Chandrakarsuyashchandrakar.hashnode.dev·Sep 12, 2023Streamline Your Development Workflow with GitHub and Visual Studio Code IntegrationIn today's fast-paced software development landscape, efficiency and collaboration are paramount. Developers need tools that not only help them write code but also facilitate seamless collaboration with their teams. GitHub and Visual Studio Code (VS ...Discuss·10 likesvscode extensions
Sachin Kumarbrokenprogrammer.hashnode.dev·Sep 8, 2023Ultimate Guide: How to Create, Publish, and Optimize Your VSCode Extension for Marketplace SuccessVisual Studio Code (VSCode) is a powerful code editor that boasts a vast ecosystem of extensions, allowing developers to customize their coding environment to suit their needs. If you have a unique idea for an extension that could benefit the develop...Discuss·40 readsvscode extensions
Bindu Patidarbindu.hashnode.dev·Sep 4, 202310 essential VS Code tips & tricks for greater productivityVisual Studio Code (VS Code) is a powerful code editor that can significantly boost your productivity when used efficiently. Here are 10 essential tips and tricks to help you get the most out of VS Code: Keyboard Shortcuts: Learn and use keyboard sh...DiscussVS Code