Disable Scroll Beyond Last Line in VS Code
By default, VS Code allows you to scroll beyond the last line. If you don’t like this and you want to turn this feature off… Read More »Disable Scroll Beyond Last Line in VS Code
Empower your skills with my Visual Studio Code tutorial series.
From essential keyboard shortcuts to advanced customization tricks, discover everything you need to boost your productivity and streamline your coding experience.
Stay up-to-date with the latest extensions, debugging techniques, and much more.
By default, VS Code allows you to scroll beyond the last line. If you don’t like this and you want to turn this feature off… Read More »Disable Scroll Beyond Last Line in VS Code
Many applications include generated files under folders such as vendor, node_modules or OpenAPI data models or schemas. You should not edit those files manually. But… Read More »VS Code โ Read Only Files
With the January 2024 updates, VS Code has enabled the “Sticky Scroll” feature by default in tree views, meaning that some folders remain sticky at… Read More »VS Code โ Disable Sticky Scroll in Tree Views
In this post, we will explore a new VS Code setting that allows you to disable Auto Save when errors are detected in the file.… Read More »VS Code โ Disable Auto Save when Errors
VS Code has rolled out a handy new feature. Now you can paste HTML content from a web page, instead of pasting it as plain… Read More »VS Code โ Paste HTML Content
The terminal can now be zoomed in and out with the mouse wheel while holding CTRL. To enable this feature, press down CTRL + ,… Read More »VS Code โ Zoom Terminal with Mouse Wheel
Every time you open VS Code after the monthly update, you are greeted with aย Release Notes tab where you can see all the changes that… Read More »Disable Release Notes in VS Code
I just want to quickly showcase a new feature that came with the November 2023 release, which isย Floating Editor Windows. That means we can now… Read More »Split and Move Editors in VS Code
By default, VS Code automatically updates all the extensions. But with the November 2023 release, you can now specify which extensions you want to be… Read More »How to Manage VS Code Extensions Updates
You can now drag and drop one or multiple files from the operating system into the VS Code’s File Explorer. ๐ฅ Watch the demo: … Read More »VS Code โ Paste Files from OS to File Explorer