Ebube Akukweebubeakukwe.hashnode.dev·Jan 4, 2025Blazingly Fast VS CodeOne issue I face when writing code is having to use my mouse repeatedly for the same tasks. If I want to add curly braces to some text or comment or uncomment lines of code... honestly, it can get tiring. So, I've created a helpful list of some defau...vscode extensions
Tvisha rajiforKeploy Community Blogkeploy.hashnode.dev·Dec 25, 2024Boost Unit Test Efficiency Using AI-Powered Extensions for VS CodeIn the fast-paced world of software development, time-to-market is everything. With AI and generative AI tools making their mark, developers now have the power to reduce development time drastically while maintaining high code quality. One such game-...vscode extensions
Zoran Jamborblog.css-weekly.com·Dec 13, 2024Start Using Minimap Section Headers in VS Codehttps://youtu.be/9iv7P688AnY You’re likely more than familiar with the minimap in Visual Studio Code—it gives you a quick overview of the currently opened file, so you can easily jump to any part of the code you want to work on. But minimap is actu...243 readsVisual Studio Code
Khoa Nguyen Dangwomcat.hashnode.dev·Nov 17, 2024Where is the code command located on Mac ?After adding vscode command to path following: Open the Command Palette (Cmd+Shift+P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command. The code command is found inside the Visual Studio Code app bundle ...VSCode Tips
Namito Yokotablogs.namitoyokota.com·Sep 26, 2024Open VSCode from Visual StudioIf you are a full-stack developer mainly working in Visual Studio, it may be tempting to edit frontend files within the same software. However, this can be counter productive - especially if the frontend codebase has linting. Imagine having to go thr...vscode extensions
Namito Yokotablogs.namitoyokota.com·Sep 25, 2024Recommend VSCode ExtensionsTo recommend VSCode extensions within a certain repository, create a new JSON file under root: .vscode/extensions.json. This then takes in an object with property recommendations as a list of strings. Each string is the Extension ID which can be foun...vscode extensions
Syedwpsyed.hashnode.dev·Sep 25, 2024How to Run VS Code Terminal as AdministratorVisual Studio Code (VS Code) is a powerful and flexible code editor widely used by developers. Sometimes, you might need to run commands in the terminal with administrative privileges. Whether you're managing system files, installing packages globall...32 readsvscode extensions
Rudresh Ozarudreshoza98.hashnode.dev·Sep 4, 2024Unlocking power of VSCode for Your WorkflowStep 1: Install extension name Name: Custom CSS and JS Loader Id: be5invis.vscode-custom-cssDescription: Custom CSS and JS for Visual Studio Code Version: 7.2.2 Publisher: be5invis VS MarketplaceLink: https://marketplace.visualstudio.com/items?itemN...4 likes·1.4K readsReact
Prince Guptaprincee.hashnode.dev·Sep 2, 202410 Must have VS Code Extensions for Developers ( PART — II)Yo!!! It’s been a while since we met. I am back with another cool extensions for coders out there. If You haven’t read the PART — I. Read it here 👉 click here And, If you already have read PART-I. let’s continue.. NUMBER 1 — Code Runner Code Runner...10 likesvscode extensions
Mahrukh Adeelinvalid-coder.hashnode.dev·Aug 27, 2024Code Anywhere, Anytime: Discover the Power of VS Code WebFeeling stuck at your desk every time you need to code? Meet VS Code Web — your trusty code editor, now available right in your browser! It’s like taking your favorite workspace with you, wherever you go. Let me tell you why this is a total game-chan...1 likeMicrosoft