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
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
Did you know you can use an emoji as the cursor? Place the cursor in the CodePen window below to try it out: See the… Read More »Use Emoji as Cursor — CSS Tutorial
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
In this post, we’re going to take a quick look at whether it’s a good or bad idea to use Eloquent Models and application code… Read More »Models & Application Code in Migrations – Good or Bad?
Let’s say you want to inspect the database to find information such as the number of open connections, the size of the database, the number… Read More »Quickly Inspect Database & Tables in Laravel
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
Let’s assume you’re working on a website, and you want to provide the users with the ability to reload the page by clicking a link… Read More »Reload Page Using Only HTML