Stash changes in a git repository with VS Code
A guide on using VS Code's built-in Source Control to stash and apply Git changes without using the command line.
A guide on using VS Code's built-in Source Control to stash and apply Git changes without using the command line.
How to enable and configure the AutoSave feature in Visual Studio Code to automatically save files after a delay.
Explores automated code testing methods for PowerShell using Azure DevOps, VSCode extensions, and Git Hooks.
A tutorial on creating custom VS Code snippets to automate repetitive coding tasks and speed up development workflow.
A developer's guide to setting up a clean, minimal coding environment on a MacBook, covering essential tools like VS Code, zsh, Git, and NVM.
A guide for Azure developers on five practical VSCode techniques to transition from ARM Templates to Bicep for Infrastructure as Code.
A guide to setting up VSCode's debugger to step through custom Sphinx documentation extensions using sphinx-autobuild.
A guide on customizing the color of git-ignored files and folders in VS Code using the workbench.colorCustomizations setting.
Five quick tips to improve developer productivity, including VSCode formatting, commit squashing, and workflow optimizations.
A step-by-step tutorial on installing and configuring the ESLint extension in VS Code to enforce consistent code style.
Explores 16 advantages of using Visual Studio Code for Jupyter Notebook development, including better navigation, debugging, and integration.
Guide to enabling and customizing native bracket pair colorization in VS Code for improved code readability.
A developer shares essential and nice-to-have software tools for setting up a new Mac for productivity and development work.
A guide to enabling TypeScript intellisense for CSS Modules in VSCode using a specific npm plugin, without needing extensions.
How to disable Prettier for specific languages in VS Code after the deprecated setting, with two alternative configuration methods.
A guide on using the Prettier Standard VSCode extension to combine Prettier's formatting with the Standard JS style rules for cleaner JavaScript.
A guide to configuring VSCode to auto-format code on save using an existing project's ESLint configuration instead of Prettier.
A tutorial on building and deploying a basic Java Spring API using VSCode, from project setup to deployment on Heroku.
A guide to setting up Prettier for automatic code formatting in VSCode, covering both the extension and CLI.
Learn how to use the VSCode debugger with AWS CDK to debug infrastructure code and inspect variables without console.log statements.