Customize Your VS Code Logo with CSS and JS Loader
Looking to add a personal touch to your Visual Studio Code (VS Code) workspace? You can easily customize the VS Code logo using the Custom CSS and JS Loader extension. Here’s how: Getting started
Looking to add a personal touch to your Visual Studio Code (VS Code) workspace? You can easily customize the VS Code logo using the Custom CSS and JS Loader extension. Here’s how: Getting started
overview Visual Studio Code (VS Code) is a popular code editor among developers due to its intuitive interface and a wide range of features. However, navigating through the editor can be time-consuming, especially when working on larger projects. This is where keyboard shortcuts come in handy. 10 visual studio code keyboard shortcut trick to use …
10 visual studio code shortcuts to maximize efficiency Read More »
Although Visual Studio Coding is a fantastic code editor, its real strength lies in its excellent extension marketplace. VS Code becomes significantly better through extensions, which are available for practically any task you could need to complete in an IDE (Integrated Development Environment). Here are five (5) of my VS Code additions that might help …
Useful Extensions in Visual Studio Code for Beginners Read More »
Why? Google’s Flutter is a framework that allows you to create a UI as code, with each building block called a widget, resulting in a widget tree. Any software developer should be concerned with making this tree readable and maintainable. How? Splitting an app into widgets is the process of dividing large widgets into smaller, …
Using vscode on any device requires that it should be accessed through a browser. To achieve this, we need to use a package called code-server This enables us to connect to our real machine through the web, where VS Code will be installed. Step 1 We need to install the package first, to do that …