Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Neutron Dev programming Blog  > 

Neutron Dev Blog


neutrondev.com
Neutron Dev is a website dedicated to bringing useful guides for programming and personal development.
VS Code: Hide Indent Lines In Explorer
2024-03-29 09:08
In this post, I will show you how to hide the indent lines in the folders explorer. Let’s get started! The Setting Press down CTRL + , (comma) to open the Settings and then… Read More
2024-03-14 17:14
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 Pen Untitled by Carol-Theodor Pelu (@Tynael) on CodePen… Read More
VS Code — Read Only Files
2024-03-08 15:49
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 does everyone know… Read More
2024-02-13 19:32
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. This feature can be useful in situations where external tool… Read More
2024-02-12 21:33
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 text. How to Copy some content from a web page and then go… Read More
2024-02-08 18:48
The terminal can now be zoomed in and out with the mouse wheel while holding CTRL. To enable this feature, press down CTRL + , (comma) and search for “terminal mouse wheel zoom&rdqu&hell…Read More
2024-01-30 10:55
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 while also preserving all the query parameters… Read More
2024-01-14 17:05
In this step-by-step guide, we will build a reading progress bar using only CSS to animate it. Try it out: See the Pen Untitled by Carol-Theodor Pelu (@Tynael) on CodePen. You can… Read More
Disable Release Notes In VS Code
2024-01-05 12:15
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 came with that update. But what if you no longer wa… Read More
2023-12-30 15:14
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 move editors out of the main window by dr… Read More
2023-12-30 15:07
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 updated automatically. Let’s see h… Read More
Bypass Maintenance Mode In Laravel
2023-12-07 16:57
Maintenance mode is an important aspect of any web application’s lifecycle, allowing us, the developers, to perform updates, fixes, and improvements. In Laravel, you can get your appli… Read More
VS Code — Hide/Show Editor Tabs
2023-11-20 19:08
In this post, we’re going to have a look at how to display or hide Editor tabs in Visual Studio Code. Let’s get started! Hide Editor Tabs To hide the Editor tabs, right-click in… Read More
Laravel — Improve Email Validation
2023-10-26 19:23
Let’s assume that in your Laravel application, you have a form in which you use a Form Request to validate several fields, including the email. To validate the email address, you use t… Read More
2023-10-18 14:13
When you initiate a new repository, the name of the main branch is automatically set as master. Many people have become aware that the terminology master/slave should be replaced with someth… Read More
How To Make VS Code Transparent
2023-09-22 14:07
In this step-by-step guide, we’ll be exploring a couple of ways to make VS Code transparent on Windows. You may want to opt for a transparent VS Code primarily for the aesthetics. Some… Read More
2023-08-29 15:40
Did you know the user interface of DevTools is built with HTML, CSS, and JavaScript? This means you can inspect and debug DevTools with DevTools. Let’s find out how! Chrome To debug D… Read More
Fix XAMPP Errors On Quit (2 Ways)
2023-08-07 18:36
So you’re trying to quit XAMPP and you’re getting these errors: Error: Cannot create file "C:\xampp\xampp-control.ini"Access is denied Exception EAccessViolation in module xampp… Read More
2023-07-27 13:17
If you accidentally type a command wrong, Git will try to figure out what you meant and list similar commands that you might have been trying to run. For example, if you type git chek, Git w… Read More
2023-07-17 15:36
If you find yourself trying to group multiple console.log() like this: Then allow me to show you a better alternative. You can use console.group() to mark the start of the group and console… Read More
2023-06-29 17:46
Do you think back to the good ol’ days when it was snowing on your desktop or when random sheep would run and jump around Counter-Strike, Warcraft III, and Vice City icons? Let’s… Read More
VS Code Compact Folders
2023-06-22 16:35
If you have single-child folders, VS Code will automatically compact them. Which is not always what we want. In this post, you’re going to find out how to change the display of single… Read More
Navigate DevTools Faster Using Commands
2023-06-20 17:46
If you work extensively with DevTools and want to increase your efficiency, I have good news! In this guide, we will look at how to navigate faster through the browser’s DevTools using… Read More
2023-06-05 17:33
If you’re working with JSON documents, you may want to clean them up and sort all the object keys alphabetically. This can make the files more readable and consistent, but it can also… Read More
2023-05-25 16:15
Let’s learn how to quickly fix typos by swapping characters and words in the terminal. Swap characters Let’s take this command with a typo for example: ehco hey You can use CTRL… Read More
Add Git Bash To Windows Terminal
2023-05-16 14:28
Let’s look at how to add Git Bash to Windows Terminal in just a few steps. Prerequisites Windows Terminal – download from the Microsoft Windows Apps website or Microsoft Store G… Read More
VS Code Better Comments Extension
2023-04-25 18:37
VS Code isn’t that great when it comes to customizing the color of the comments. A couple of ways you can customize them is to pick a theme that would change the whole visuals of the e… Read More
VS Code Better Folding Extension
2023-04-06 17:38
VS Code isn’t that great when it comes to folded code blocks. As you can see in the image below, it gets the job done but limits visibility and it’s difficult to understand what… Read More
DOCTYPE HTML: A Comprehensive Explanation
2023-03-21 17:39
If you go to a website and inspect its page source, you’ll notice this declaration before the element. In this post, you’re going to find out what exactly is DOCTYPE, why is it… Read More
2023-03-06 19:31
File extensions are by default hidden on Windows But in this article, you’re going to learn how to easily make them show up. How to show file extensions Open up any folder, click Vi… Read More
2023-02-16 16:23
Usually, when you want to run Command Prompt as Administrator, you would go to Start, search for CMD, right-click on it, and then Run as Administrator. But if you use CMD very often, running… Read More
2023-02-16 16:10
Visual Studio Code now prevents you from accidentally opening large files by popping up a confirmation alert. This comes in handy, especially in remote environments where there might be co… Read More
2023-02-01 18:52
Let’s have a quick look at the Hex Editor extension. This extension allows you to view and edit files in their hexadecimal representation. You may find it useful when working with memo… Read More
2023-01-26 16:58
In this article, we will discuss 3 ways to check if a file exists using Laravel’s functionalities. Storage Facade Let’s start off with the Storage Facade which is part of the L… Read More
2023-01-21 07:18
Today I would like to share with you the ChatGPT extension. This extension allows you to harness the power of OpenAI’s famous ChatGPT chatbot. Let’s have a quick overview and see… Read More
2023-01-16 21:03
Let’s look at how to generate Lorem Ipsum text in VS Code in a quick and simple way. Generate Lorem Ipsum We’re going to use Emmet abbreviation to generate lorem ipsum. VS Cod… Read More
2023-01-05 15:49
Let’s look at two VS Code features that will help you focus better on writing code. Full Screen You can toggle it by pressing down CTRL + SHIFT + P and typing in ‘Toggle Full… Read More
2022-12-15 12:16
Let’s quickly look at how we can set variables in Blade templates. Here we have some simple HTML where we output the name John Doe. But we want to store this name inside a variable. W… Read More
2022-12-01 14:33
Let’s look at how we can check if a route exists in a Laravel project. We’re going to use the has() method from the Route facade. Note that it tries to find the route by name… Read More
2022-11-21 20:32
Today I would like to share with you the Code Runner extension. Code Runner allows you to run code snippets or files inside VS Code which can be extremely useful. The extension supports Java… Read More
2022-10-20 08:46
Let’s have a look at how to run a JS file inside VS Code. To run a JS file inside VS Code first you have to make sure you have NodeJS installed. Once you have NodeJS installed, you… Read More
2022-10-13 12:01
Let’s have a look at several ways you can check and get the Laravel version your app is using. Check Laravel version via CLI Check Laravel version via PHP Using Application::VERS… Read More
2022-10-04 15:24
Today I’d like to share with you the Indent-Rainbow extension. This extension colorizes the indentation in front of your text, making it more readable. It’s especially helpful… Read More
2022-09-12 16:05
Today I’d like to introduce you to sticky scrolling, a new helpful feature in VS Code. This feature lets you know in which scope you’re currently scrolling. It currently supports… Read More
2022-09-06 13:07
Rainbow CSV extension will make your life easier if you’re working with CSV and TSV files. Highlight in different colors By default, if you open a CSV file it looks like plain text w… Read More
2022-07-23 09:25
By default, VS Code shows code suggestions in a widget. But if you want them to be shown inline, there is a new option just for that. Let’s go to Settings by pressing down CTRL + … Read More
2022-07-22 12:45
If you’re reading this it means you already know what XAMPP is and how to use it. You also know that there isn’t an out-of-the-box feature in XAMPP that allows you to switch betw… Read More
2022-05-27 12:26
By default, VS Code doesn’t have the Auto Save option turned on. However, it’s very easy to turn on Auto Save. Turn ON Auto Save Go to File -> Auto Save and select it. That… Read More
2022-05-24 16:21
The desktop version of VS Code has a new feature that pops a confirmation dialog before quitting the app. This feature however has been available for VS Code for Web for some time, so it&rsq&hell…Read More
2022-05-09 15:59
In this post, we’re going to find out what is a Single Action Controller, how to create one, and what are the pros and cons of using it. Let’s dive in! What is a Single Actio… Read More
2022-04-22 07:26
VS Code introduced a new cool feature that allows you to set up the terminal to auto-reply when a prompt is received. Here I have a very simple script that needs a YES or NO input every time… Read More
2022-04-19 16:39
Let’s find out how to set up Eloquent Models to use UUIDs are Primary Key in a MySQL database, instead of auto-incrementing integers. I won’t go into depth about the pros and con… Read More
2022-03-23 17:22
VS Code’s latest update introduced a new command to surround a piece of code with a snippet. It’s easy, fast, and may speed up your coding. Let’s have a look! Let me know… Read More
2022-03-23 08:10
We’re going to have a look, in just a few steps, at how to seed the database with data that come from a JSON file within our application. In this example, we’ll use the movies.js… Read More

Share the post

Neutron Dev

×

Subscribe to Neutron Dev

Get updates delivered right to your inbox!

Thank you for your subscription

×