Abu Sayed
Musician | Singer | Lyricist | Composer | Music Producer | Web | Game | XR & Blockchain Developer
Tag Archives: VSCode
Increase your productiveness by closing the VSCode Sidebar

I used to be a kind of Developer who felt bizarre closing the Sidebar in VSCode I at all times wanted to see my recordsdata on a regular basis for some purpose even when this made no sense whereas engaged on an issue, however at some point I made a decision to begin closing it…
JS Refactoring Combo: Introduce Object Destructuring

JS Refactoring Combos (6 Part Series) 1 JS Refactoring Combo: Replace Nested If-Else with Guards 2 JS Refactoring Combo: Simplify If-Else Variable Initialization … 2 more parts… 3 JS Refactoring Combo: Simplify Duplicated Function Call Inside If-Else Statement 4 JS Refactoring Combo: Extract Array Constant From String Comparison Chain 5 JS Refactoring Combo: Inline Function…
5 VSCode Extensions You Should Use

Listed here are the 5 most helpful Visible Studio Code extensions to enhance your workflow! Error Lens CSS Peek GitLens Import Cost Version Lens 1. Error Lens Error Lens is an extension which lets you see error, warning and diagnostic messages according to your code with out having to hover or click on on something!…
Putting in the Ruby Plugin for Prettier in VS Code

Prettier is the premier code formatter extension for front-end languages in VS Code, no less than in case you go by the variety of downloads within the extension market. I discovered it to be extraordinarily useful whereas studying JavaScript and React, each to enhance my formatting and typing effectivity in addition to to show me…
Setup for Success: Creating Web3 Initiatives with the Truffle for VS Code Extension

Introduction Working with any new know-how will be each an thrilling and scary expertise. On one hand, you may really feel enthusiastic about constructing with a brand new set of instruments. However realizing how to decide on the precise ones, amongst all of the instruments accessible, will also be overwhelming. Whether or not you are…
Might sixteenth, 2022: VS Code Tip of the Week

VS Code Tip of the Week 2022 (10 Part Series) 1 Watermelon VS Code Extension 2 March 22nd, 2022: VS Code Tip of the Week … 6 more parts… 3 March 28th, 2022: VS Code Tip of the Week 4 April 4th, 2022: VS Code Tip of the Week 5 April 11th, 2022: VS Code…
Debug Any React App in Seconds

It amazes me how little is understood about debugging within the JavaScript world. Everybody prints to the console, regardless that debugging is really easy and actually solely takes seconds to get began. To show my level, I recorded a brief video the place I created a brand new React app from scratch and debugged it…
What’s YOUR theme?

What’s YOUR most favourite VSCode theme that everybody ought to check out? What coloration theme/syntax highlighting is the most superior to you? Mine is something GruvBox Darkish associated. I am at present operating a theme Gruvbox ish Darkish Medium. See hyperlink and movie linked beneath! I might love to listen to y’alls opinions and likes!…
14 Visible Studio Code Shortcuts You Ought to Know

1. Discover a File Cmd + P : Shortly seek for a selected file within the present workspace. This one works very well in conjunction when opening and utilizing the break up editor. 2. Discover in present File Cmd + F : Immediately discover no matter you’re on the lookout for within the present file…