Sharon Lelolelokarma.hashnode.dev·a day agoHow to Install JavaFx in Eclipse IDE, Intelli J, and Vs code: A step-by-Step GuideIntroduction: JavaFX is a powerful framework for building rich and interactive desktop applications using Java. In this tutorial, we will walk you through the process of installing JavaFX on three popular Integrated Development Environments (IDEs): E...Discuss·1 likeJava
FIKARA BILALbilaldotcom.hashnode.dev·Nov 27, 2023The best IDEs to code withThere are many great Integrated Development Environments (IDEs) to choose from when coding. Here are some of the best options I prefer : Visual Studio Code Visual Studio Code is a free, open-source editor made by Microsoft. It is one of the most p...DiscussIDEs
Shyam Kundashyamkunda.dev·Nov 22, 2023How to configure IntelliJ IDEA debugger when debugging Maven tests.Just make the forkCount to 0 in sure fire plugin configurations <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.22.2</version> <configuration> <suiteXml...Discussintellij
Dayo Osborneosbornedayo.hashnode.dev·Nov 21, 2023Introduction to JavaWelcome to the exciting world of Java programming! If you're eager to write your first Java code, you're in the right place. Before diving into the code, let's set up our development environment. Setting Up the Environment You need a place to write y...Discusstechnology
Random developerrandom-dev.hashnode.dev·Nov 15, 2023Quick keys -Intellij refactoring magicToday, while working on intellij I noticed something interesting, it is very easy to remember refactoring extract edition shortcuts . The following keys Cmd + opt + V (Extract to Variable) Cmd + opt + M (Extract to Method) Cmd + opt + P (Extract to P...Discussintellij
Muhammad Sufyan Shoaibsufyanshoaib.hashnode.dev·Sep 13, 2023Tips: Hot Reloading with IntelliJ IDEAHot reload is a feature that lets you inject updated source code into a running app. This means that you can see the effects of your code changes almost instantly, without waiting for the app to rebuild or relaunch Try these two steps and then restar...Discusstips
Jov Mitjovchem.hashnode.dev·Aug 29, 2023Extract Class RefactoringRefactoring is perhaps a task that we, as developers, are doing the most. Often, we need to create a new type, whether to organize some data or extract a functionality we want to reuse. In both cases, the usual path developers take is to open the pro...Discussrefactoring
Aleksandre Ablotia (Zaccone)simplex-java.hashnode.dev·Aug 24, 2023IntelliJ IDEA, Installation and ConfigurationOverview of IntelliJ IDEA IntelliJ IDEA is an Integrated Development Environment (IDE) designed for JVM languages to enhance developer productivity. It automates routine tasks with clever code completion, static code analysis, and refactoring, allowi...Discussintellij
Isabel Garrido Cardenasisabeliita90.hashnode.dev·Aug 6, 2023Refactorizando Kotlin con AI AssitantYa escribí hace unas semanas sobre cómo el nuevo asistente de IntelliJ puede ayudarte a escribir mensajes de commit muy completos. https://isabeliita90.hashnode.dev/adios-a-los-commits-wip Hoy os quiero contar cómo puede ayudarnos a refactorizar nu...Discuss·56 readsKotlin
Niklasblog.niklas.tech·Aug 6, 2023IntelliJ and Java on Immutable LinuxImmutable Linux Distributions are the future of the Linux Desktop. Simply deploying an image and keeping the core filesystem read-only has many advantages, including increased reliability and decreased breakage from system packages. It also presents ...Discuss·96 readsIntelliJ IDEA for linux