Sahil Chandravanshisahilchandravanshi.hashnode.net·Jan 29, 20239 VSCode Web-Dev Extensions you needWhy extensions? Visual Studio Code is widely used nowadays and there are a lot of contributors that create useful extensions for it, to give this editor superpowers. . With these tools, you may significantly accelerate your development and enhance te...Priyankar Pal and 10 others are discussing this11 people are discussing thisDiscuss·113 likes·613 readsWeb Developmentauto rename tag is cool one. thanks for this article bro 16
Usman Sabuwalausman2102.hashnode.net·Nov 9, 2020✨ How to create Custom Emmet Snippets in VS Code!👋 Hi again developers! This post covers how you can use Custom Emmet Snippets in VS Code. With VS Code's new release: version 1.51! Emmet is very powerful and very productive! And the mix of Emmet & VS Code, is like never before. But sometimes you ...Discuss·59 likes·2.1K readsProductivity
BabátúndéforBabátúndé's blogbadbatunde.hashnode.net·Mar 11, 2023Git, Github and the BugIntroduction In May 2022, I got introduced to Git (a version control system) and GitHub (an internet hosting service) in my Frontend Development course at The Odin Project (TOP). Learning Git and GitHub was essential after acquiring some fundamental ...Remi Daniel and 1 other are discussing this2 people are discussing thisDiscuss·41 likes·204 readsGit
Dipraj Ghoshdiprajghosh.hashnode.net·Apr 22, 2023Open any GitHub repository in VS Code in your browser — DevOpsWithout using github codespace. Find an exciting project and wished that you could navigate the included source code quickly? GitHub added a lot of shortcuts and stuff over the years, but how great would it be if you could open files side-by-side. Th...DiscussDevops
Oleg Gulevskyyogulevskyy.hashnode.net·Apr 21, 2023Discovering the Zed IDE: An OverviewWhat is Zed? Zed is a new kid on the block in the IDE business but seems to be causing some people to talk about it. https://twitter.com/adamwathan/status/1648867721944104960?s=20 From the first look, it appears to be focusing on blazing speed (jus...Discuss·1 likeIDEs
John Ademoyejohna.hashnode.net·Apr 16, 2023Setting Up A Julia Development EnvironmentIntroduction This guide explains how to get Julia running in VS Code. So it is assumed that you have the IDE (Integrated Development Environment) installed on your machine. If not you can download VS Code here. Installation Steps Download and Instal...DiscussJulia
Devang Tomardevangtomar.hashnode.net·Apr 14, 2023How I made the “Diverse Dye”, a theme extension for Visual studio code ☂️🎨🖌️Are you tired of the bland and uninspiring color schemes that come standard with your code editor? Do you want to add a little pizzazz to your programming environment? Well, I was in the same boat, which is why I decided to create my own VScode theme...Discusstheme
Satyapriya Mahatosatyapriya-mahato.hashnode.net·Apr 11, 2023Getting Started with HTML using VS CodeIntroduction In this blog, we are going to discuss the very basics of HTML and write our first code in HTML using VS Code. So let's get started. Installing Visual Studio Code Steps to install Visual Studio Code: Go to the official Visual Studio Cod...DiscussHTML5
Nilesh Vidurangaazula9713.hashnode.net·Apr 9, 2023Leveling Up Your React TypeScript Game: Mastering Path-Aliases for Cleaner and More Robust CodeThe importing processes get confusing as your TypeScript React project expands, but everything is nicely organized in its folder. Mainly if you are using a react-bulletproof project structure, this is true. We have our components neatly in one place,...Discuss·46 readsTypeScript
Md Faizan Alamsololearner.hashnode.net·Apr 8, 2023Mastering VS Code: Proven Tips and Tricks for Effective DebuggingOne of the most important weapons in a Developer’s Arsenal is their Code Editor. It is where we write our code to talk to the Machines and make it do what we want. There are numerous code editors available in the market now but today I will discuss t...Discuss·29 readsvscode
Arun RforSkill Safariedukeys.hashnode.net·Apr 7, 2023Top 7 Visual Studio Code Shortcuts To Use in 2023Vs Code, also called Visual Studio Code, was first made available by Microsoft as a code editor in 2015. Since then, it has developed into one of the integrated development environments (IDEs) that developers use the most frequently. Vs Code is a cod...Discuss·80 readsSkill Safari
Raziul Islamraziul.hashnode.net·Apr 7, 2023Enhance Your Development Experience with PHP Intelephense for VS CodeVisual Studio Code is a widely popular code editor that is known for its flexibility and wide range of features. It's widely regarded as one of the best code editors for TypeScript development, thanks to its robust TypeScript support. However, when i...Discuss·30 readsPHP
Onyekachi Oriakukachyai.hashnode.net·Apr 6, 2023Become a VS Code Shortcut NinjaHave you ever found yourself in the middle of a coding project and wished there was a faster way to perform a certain action in VS Code? You're not alone. Keyboard shortcuts are an essential part of any coder's toolkit, and knowing the right ones can...DiscussWeb Development