Change code editor’s font size IntelliJ IDEA || Change editor font size by mouse scroll up and down

In this tutorial, we will learn to change the code editor’s font size in the IntelliJ idea. we can do it in two ways. we can enable font resizing with Ctrl + mouse scroll. Also, we can set font size permanently. I have shown both ways in this tutorial. I hope you found this tutorial … Read more

IntelliJ Idea 2023.1 community edition installation on Windows 11 (64bit) | Tutorial for Beginners

Hello coders, In this tutorial, we will learn to download and install IntelliJ Idea Community Edition v2023.1 on Windows 11. Also, we will see to create the first sample Java project in this tutorial. It’s an easy task. Let’s do it together. Prerequisites – JDK/Java must be installed on your system. open cmd and type … Read more

Complete Uninstallation of IntelliJ Idea – standalone version from Windows 11

Open the Programs & Features section in the Windows Settings dialog, select the IntelliJ IDEA app, and click Uninstall. Depending on your version of Windows, the procedure for uninstalling programs may be different. You can also manually run Uninstall.exe in the installation directory under /bin. Remove the following directories:Syntax Example: C:/Users/xyz/AppData/Roaming/JetBrains/IntelliJIdea2023.1 C:/Users/xyz/AppData/Local/JetBrainsIntelliJIdea2023.1     I … Read more

Installing MinGW (GCC/G++) Compiler in Windows 11 || Compile and run C++ program |Beginners Tutorial

In this tutorial, you will learn to download and install the MinGW GCC compiler on Windows 11. Here we are not using any installer exe. We will quickly set up MinGW on Windows 11 by setting up the environment variable. Also, you will learn to create, compile and run a C++ simple program here in … Read more