Tagged articles
553 articles
Page 5 of 6
Programmer DD
Programmer DD
Jan 24, 2021 · Backend Development

How to Build a Self‑Enforcing Break Reminder Plugin for IntelliJ IDEA

This article introduces StopCoding, an IntelliJ IDEA plugin that forces developers to take regular breaks by displaying an unclosable dialog with a countdown timer, and provides step‑by‑step installation, usage instructions, and a complete walkthrough of its Java‑based Swing and Timer implementation.

IntelliJ IDEAPlugin DevelopmentSwing
0 likes · 7 min read
How to Build a Self‑Enforcing Break Reminder Plugin for IntelliJ IDEA
Programmer DD
Programmer DD
Jan 16, 2021 · Fundamentals

How to Manage Multiple Projects in One IntelliJ IDEA Workspace

This guide shows how to configure IntelliJ IDEA so you can create a single workspace that contains multiple projects or modules, covering step‑by‑step creation, adding new modules, importing existing sources, and repeating the process for seamless multi‑project debugging.

IntelliJ IDEAJava developmentWorkspace
0 likes · 3 min read
How to Manage Multiple Projects in One IntelliJ IDEA Workspace
Java Backend Technology
Java Backend Technology
Jan 9, 2021 · Backend Development

Unlock IntelliJ IDEA Productivity: 10 Hidden Shortcuts You Must Know

This article introduces a collection of practical IntelliJ IDEA tricks—including Presentation Mode, Inject Language, splitter movement, smart code completion, navigation bar toggling, symbol search, directory lookup, automatic null checks, and structural template searches—each explained with step‑by‑step shortcuts to boost Java developers' efficiency.

Code navigationIDE shortcutsIntelliJ IDEA
0 likes · 10 min read
Unlock IntelliJ IDEA Productivity: 10 Hidden Shortcuts You Must Know
Java Backend Technology
Java Backend Technology
Jan 5, 2021 · Backend Development

How Tweaking IntelliJ IDEA Memory Settings Supercharges Java IDE Performance

This article details a systematic experiment that compares default, modest, balanced, and aggressive JVM memory configurations for IntelliJ IDEA, measuring startup time, project load speed, and garbage‑collection behavior on a large monolith and micro‑service projects, and concludes with practical tuning recommendations.

IDE optimizationIntelliJ IDEAJVM
0 likes · 10 min read
How Tweaking IntelliJ IDEA Memory Settings Supercharges Java IDE Performance
Java Architecture Diary
Java Architecture Diary
Jan 5, 2021 · Fundamentals

Boost Your Coding Efficiency with IntelliJ IDEA 2020.3: AI Completion, Smart Quotes, Calculator, and Postfix Tricks

Discover how IntelliJ IDEA 2020.3 enhances productivity with machine‑learning code suggestions, automatic quoting, an integrated calculator, exception breakpoint hints, and powerful postfix completions that let you write common code patterns faster and with fewer errors.

IDE productivityIntelliJ IDEAcode assistance
0 likes · 3 min read
Boost Your Coding Efficiency with IntelliJ IDEA 2020.3: AI Completion, Smart Quotes, Calculator, and Postfix Tricks
Programmer DD
Programmer DD
Jan 5, 2021 · Backend Development

Why IntelliJ Shows Red Import Errors After Changing JDK and How to Fix Them

After changing a project's JDK in IntelliJ IDEA, imports of your own classes may appear in red despite the code compiling, but you can eliminate these false errors by invalidating caches and restarting the IDE, as detailed in this step‑by‑step guide.

Import ErrorsIntelliJ IDEAJDK Configuration
0 likes · 2 min read
Why IntelliJ Shows Red Import Errors After Changing JDK and How to Fix Them
Architect's Tech Stack
Architect's Tech Stack
Jan 4, 2021 · Fundamentals

Evaluating the Impact of IntelliJ IDEA Memory Settings on IDE Performance

This article investigates how different IntelliJ IDEA memory configurations affect IDE speed and responsiveness by testing default, large, balanced, and sophisticated settings on a MacBook Pro with a monolithic Java project and microservices, measuring startup times, project loading, and JVM garbage collection using jstat.

IntelliJ IDEAJVMMemory Tuning
0 likes · 9 min read
Evaluating the Impact of IntelliJ IDEA Memory Settings on IDE Performance
Java Backend Technology
Java Backend Technology
Dec 22, 2020 · Fundamentals

What’s New in IntelliJ IDEA 2020.3? Top 9 Features Boosting Your Productivity

IntelliJ IDEA 2020.3 introduces a revamped welcome window, reader mode, easier window splitting, refined refactoring, enhanced debugging, AI‑powered code completion, Search Everywhere upgrades, Java 15 support, and various other tweaks such as MongoDB SQL queries and built‑in Lombok, all aimed at smoother developer experience.

IDE FeaturesIntelliJ IDEAJava development
0 likes · 9 min read
What’s New in IntelliJ IDEA 2020.3? Top 9 Features Boosting Your Productivity
macrozheng
macrozheng
Dec 19, 2020 · Fundamentals

What’s New in IntelliJ IDEA 2020.3? A Deep Dive into the Latest Features

IntelliJ IDEA 2020.3 introduces a revamped welcome screen, reader mode, easier window splitting, enhanced refactoring, upgraded debugging tools, AI‑powered code completion, Search Everywhere improvements, Java 15 support, built‑in database tools, Lombok integration, and a refined VCS menu, all aimed at boosting developer productivity.

IDE FeaturesIntelliJ IDEAJava 15
0 likes · 7 min read
What’s New in IntelliJ IDEA 2020.3? A Deep Dive into the Latest Features
macrozheng
macrozheng
Dec 16, 2020 · Frontend Development

Top 7 IntelliJ IDEA Themes for Java Developers: Dark & Light Picks

This guide reviews seven popular IntelliJ IDEA themes—both dark and light—ranked by user adoption, offering ratings, key visual features, and screenshots to help Java developers choose the most comfortable and aesthetically pleasing UI for coding.

IDE themesIntelliJ IDEAJava development
0 likes · 5 min read
Top 7 IntelliJ IDEA Themes for Java Developers: Dark & Light Picks
Senior Brother's Insights
Senior Brother's Insights
Dec 13, 2020 · Backend Development

Boost Your Java Productivity: Essential IntelliJ IDEA Tips and Tricks

This guide walks Java developers through high‑efficiency IntelliJ IDEA configurations, indispensable keyboard shortcuts, code‑template tricks, powerful debugging features, and a curated set of plugins, helping newcomers and seasoned programmers alike to work faster and smarter with the IDE.

IDE TipsIntelliJ IDEAJava development
0 likes · 7 min read
Boost Your Java Productivity: Essential IntelliJ IDEA Tips and Tricks
Architect's Tech Stack
Architect's Tech Stack
Dec 9, 2020 · Backend Development

How to Install and Use Popular IntelliJ IDEA Plugins for Java Development

This article explains how to install IntelliJ IDEA plugins—both online and offline—and provides detailed introductions to over a dozen useful plugins for Java development, including Lombok, RestfulTool, MyBatis helpers, code quality tools, and UI enhancements, helping developers boost productivity.

DevelopmentIDEIntelliJ IDEA
0 likes · 10 min read
How to Install and Use Popular IntelliJ IDEA Plugins for Java Development
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Nov 16, 2020 · Backend Development

Top IntelliJ IDEA Plugins for Java Developers

This article introduces a curated list of essential IntelliJ IDEA plugins for Java developers, explaining how each tool—such as Key Promoter X, String Manipulation, Background Image Plus, and others—enhances coding efficiency, improves code readability, and streamlines everyday development tasks.

IDE pluginsIntelliJ IDEAdevelopment-tools
0 likes · 9 min read
Top IntelliJ IDEA Plugins for Java Developers
Java Architect Essentials
Java Architect Essentials
Nov 13, 2020 · Backend Development

Deploying a Spring Boot Application with Docker Using IntelliJ IDEA

This tutorial walks through preparing the environment, configuring Docker remote access, creating a Spring Boot project in IntelliJ IDEA, setting up Maven and Docker files, building the image, and running the container, demonstrating a complete end‑to‑end Java microservice deployment with Docker.

DockerIntelliJ IDEASpring Boot
0 likes · 9 min read
Deploying a Spring Boot Application with Docker Using IntelliJ IDEA
macrozheng
macrozheng
Nov 13, 2020 · Backend Development

Unlock IntelliJ IDEA: 26 Essential Settings Every Java Developer Must Know

Discover a comprehensive guide to the most useful IntelliJ IDEA configurations, covering 26 essential settings—from appearance and keymaps to editor, build, and project structure—complete with visual examples and step‑by‑step instructions to help Java developers optimize their development environment.

Editor ConfigurationIDE settingsIntelliJ IDEA
0 likes · 14 min read
Unlock IntelliJ IDEA: 26 Essential Settings Every Java Developer Must Know
Java Architect Essentials
Java Architect Essentials
Nov 11, 2020 · Fundamentals

Using IntelliJ IDEA Live Templates for Efficient Java Code Generation

This article explains how to leverage IntelliJ IDEA's Live Templates feature—including basic usage, custom template creation, variable functions, and advanced Groovy scripts—to quickly generate repetitive Java code such as loops, loggers, beans, and context‑aware logging statements, thereby boosting development productivity.

GroovyScriptIDE productivityIntelliJ IDEA
0 likes · 6 min read
Using IntelliJ IDEA Live Templates for Efficient Java Code Generation
Programmer DD
Programmer DD
Nov 10, 2020 · Fundamentals

Boost Your Coding Efficiency with IntelliJ IDEA Scratch Files & Buffers

This article explains how IntelliJ IDEA's Scratch files and Scratch buffers let developers create temporary, runnable code snippets outside the project, avoid accidental Git commits, and quickly test Java or SQL without switching applications, enhancing focus and productivity.

IDE TipsIntelliJ IDEAJava development
0 likes · 6 min read
Boost Your Coding Efficiency with IntelliJ IDEA Scratch Files & Buffers
Code Ape Tech Column
Code Ape Tech Column
Nov 2, 2020 · Backend Development

Using JRebel for Local and Remote Hot Deployment in Spring Boot

This article explains how to install and configure JRebel for both local and remote hot deployment in Spring Boot projects, compares it with Spring DevTools, provides step‑by‑step setup instructions, and addresses multi‑module deployment pitfalls.

Hot DeploymentIntelliJ IDEAJRebel
0 likes · 8 min read
Using JRebel for Local and Remote Hot Deployment in Spring Boot
IT Xianyu
IT Xianyu
Nov 2, 2020 · Fundamentals

Comprehensive Guide to Debugging in IntelliJ IDEA

This article provides a detailed tutorial on using IntelliJ IDEA's Debug mode, covering interface components, basic operations and shortcuts, variable inspection, expression evaluation, smart step‑into, conditional breakpoints, multithreaded debugging, frame dropping, and force return techniques to efficiently trace and troubleshoot Java applications.

IDEIntelliJ IDEAdevelopment-tools
0 likes · 11 min read
Comprehensive Guide to Debugging in IntelliJ IDEA
Programmer DD
Programmer DD
Oct 27, 2020 · Backend Development

How to Enable Tomcat Support in IntelliJ IDEA Community Edition

This guide explains how to add Tomcat support to IntelliJ IDEA Community Edition by installing a compatible plugin, configuring the server and web project, handling download issues, and deploying your web application without needing the paid Ultimate edition.

BackendCommunity EditionIntelliJ IDEA
0 likes · 3 min read
How to Enable Tomcat Support in IntelliJ IDEA Community Edition
Top Architect
Top Architect
Oct 22, 2020 · Backend Development

Visualizing Java Servlet Inheritance Hierarchy with IntelliJ IDEA Diagrams

This guide explains how to use IntelliJ IDEA's diagram feature to view, clean up, and explore the inheritance and interface implementation relationships of Java Servlet classes, including removing irrelevant nodes, inspecting class members, adding related classes, and navigating to source code.

Class DiagramIDE TipsInheritance
0 likes · 5 min read
Visualizing Java Servlet Inheritance Hierarchy with IntelliJ IDEA Diagrams
Architect's Tech Stack
Architect's Tech Stack
Oct 19, 2020 · Backend Development

Using IntelliJ IDEA Live Templates to Accelerate Java Development

This article explains how to leverage IntelliJ IDEA's Live Templates feature—including built‑in snippets, custom templates, variable functions, and advanced Groovy scripts—to quickly generate repetitive Java code such as loops, fields, loggers, beans, and context‑aware logging statements.

GroovyScriptIDE TipsIntelliJ IDEA
0 likes · 7 min read
Using IntelliJ IDEA Live Templates to Accelerate Java Development
Java Architecture Diary
Java Architecture Diary
Oct 13, 2020 · Backend Development

Master IntelliJ IDEA: Highlighting, Batch Replace, and Advanced Streams Debugging

This tutorial demonstrates how to use IntelliJ IDEA’s powerful features—including string highlighting with regex validation, batch replacement shortcuts, interactive Java Streams debugging, enhanced auto‑completion for stream APIs, and document block rendering—to boost productivity when developing Java applications.

Code RefactoringIDE TipsIntelliJ IDEA
0 likes · 3 min read
Master IntelliJ IDEA: Highlighting, Batch Replace, and Advanced Streams Debugging
Java Architect Essentials
Java Architect Essentials
Oct 11, 2020 · Backend Development

IntelliJ IDEA Tips and Configuration Guide: Maven Setup, Code Style, Shortcuts, Plugins, and More

This comprehensive guide details IntelliJ IDEA configuration and productivity tips, covering Maven setup, code line width, case‑insensitive completion, forced Maven dependency refresh, file‑type exclusions, shortcut customizations, plugin installation, memory settings, JSON injection, presentation mode, and numerous other settings to streamline Java development.

ConfigurationIDE TipsIntelliJ IDEA
0 likes · 12 min read
IntelliJ IDEA Tips and Configuration Guide: Maven Setup, Code Style, Shortcuts, Plugins, and More
Programmer DD
Programmer DD
Sep 27, 2020 · Fundamentals

Master IntelliJ IDEA: Essential Settings, Shortcuts, and Tips for Faster Development

This guide walks you through configuring Maven, customizing code style, enabling case‑insensitive completion, forcing Maven dependency updates, managing hidden files, remapping shortcuts, adjusting memory and encoding settings, using live templates, and leveraging presentation and inject‑language modes in IntelliJ IDEA to boost productivity.

IDE settingsIntelliJ IDEAdevelopment-tools
0 likes · 14 min read
Master IntelliJ IDEA: Essential Settings, Shortcuts, and Tips for Faster Development
Liangxu Linux
Liangxu Linux
Sep 26, 2020 · Fundamentals

How to Install and Use PlantUML in IntelliJ IDEA for Quick Diagramming

This guide explains what PlantUML is, why it’s useful for fast diagram creation, how to install the required Graphviz engine, set up the PlantUML plugin in IntelliJ IDEA, create UML files, and includes sample code for sequence diagrams and role definitions.

DiagrammingGraphvizIntelliJ IDEA
0 likes · 6 min read
How to Install and Use PlantUML in IntelliJ IDEA for Quick Diagramming
IT Xianyu
IT Xianyu
Sep 18, 2020 · Backend Development

IntelliJ IDEA Tips: Maven Setup, Code Style, Shortcuts, Plugins, and More

This guide provides a comprehensive collection of IntelliJ IDEA tips covering Maven configuration, code‑style settings, key shortcuts, plugin installation, SVN handling, memory tuning, live templates, presentation mode, and many other practical adjustments to streamline Java development.

IDE shortcutsIntelliJ IDEAJava development
0 likes · 14 min read
IntelliJ IDEA Tips: Maven Setup, Code Style, Shortcuts, Plugins, and More
FunTester
FunTester
Sep 18, 2020 · Backend Development

How to Tackle Common Groovy Pitfalls in IntelliJ IDEA

This guide explains why IntelliJ IDEA often misreports Groovy syntax, shows the three ways to access object properties, demonstrates generic method definitions, and clarifies the behavior of the 'it' keyword in nested loops, providing concrete code examples and practical work‑arounds.

GroovyIDE errorsIntelliJ IDEA
0 likes · 6 min read
How to Tackle Common Groovy Pitfalls in IntelliJ IDEA
Top Architect
Top Architect
Sep 15, 2020 · Fundamentals

Generating UML Class Diagrams in IntelliJ IDEA

This tutorial explains how to use IntelliJ IDEA's built‑in Diagram plugin to automatically generate UML class diagrams for Java classes, covering configuration steps, shortcut keys, example screenshots, and the tool's limitations for software design documentation.

DiagramIDE pluginIntelliJ IDEA
0 likes · 4 min read
Generating UML Class Diagrams in IntelliJ IDEA
Programmer DD
Programmer DD
Sep 14, 2020 · Backend Development

Master IntelliJ IDEA Diagrams to Visualize Java Servlet Inheritance

This guide shows how to use IntelliJ IDEA's diagram feature to clearly display inheritance and interface relationships of Java Servlet classes, remove irrelevant nodes, explore class members, add additional classes, and quickly navigate to source code, making backend code comprehension much easier.

Class DiagramIDE TipsInheritance
0 likes · 5 min read
Master IntelliJ IDEA Diagrams to Visualize Java Servlet Inheritance
Java Captain
Java Captain
Sep 10, 2020 · Fundamentals

IntelliJ IDEA Configuration and Shortcut Guide

This comprehensive guide details how to configure Maven, adjust code style settings, manage case‑sensitive completion, force Maven dependency updates, customize environment paths, hide files, modify keymaps, resolve CPU spikes, enable plugins, adjust memory, use presentation mode, inject language fragments, and resolve shortcut conflicts in IntelliJ IDEA, providing step‑by‑step instructions for each feature.

IDE configurationIntelliJ IDEAPlugins
0 likes · 13 min read
IntelliJ IDEA Configuration and Shortcut Guide
Java Architecture Diary
Java Architecture Diary
Sep 10, 2020 · Backend Development

Master IntelliJ IDEA: Highlighting, Batch Replace, and Stream Debugging Tricks

Explore essential IntelliJ IDEA techniques—including string highlighting with regex validation, batch replacement via Alt+J, interactive Java Streams debugging, enhanced auto‑completion for Stream APIs, and document block rendering—to boost your Java development productivity and streamline code editing workflows.

IntelliJ IDEAStreamscode editing
0 likes · 3 min read
Master IntelliJ IDEA: Highlighting, Batch Replace, and Stream Debugging Tricks
The Dominant Programmer
The Dominant Programmer
Sep 9, 2020 · Backend Development

How to Set Up and Run RuoYi-Vue 3.1 Locally: A Step‑by‑Step Guide

This tutorial walks you through downloading RuoYi-Vue 3.1, creating a MySQL database, importing required SQL files, configuring Redis and application settings, and then launching the Spring Boot back‑end and Vue front‑end so you can access the admin console at http://localhost:81/.

IntelliJ IDEARuoYi-VueSpring Boot
0 likes · 5 min read
How to Set Up and Run RuoYi-Vue 3.1 Locally: A Step‑by‑Step Guide
IT Xianyu
IT Xianyu
Sep 7, 2020 · Backend Development

Comprehensive Guide to Debugging in IntelliJ IDEA

This article provides a detailed walkthrough of using IntelliJ IDEA’s Debug mode, covering interface elements, basic shortcuts, variable inspection, expression evaluation, smart step‑into, conditional breakpoints, multithreaded debugging, frame rollback, and force return techniques for efficient Java development.

IDEIntelliJ IDEAbreakpoints
0 likes · 13 min read
Comprehensive Guide to Debugging in IntelliJ IDEA
Java Backend Technology
Java Backend Technology
Sep 3, 2020 · Backend Development

Master Java Servlet Inheritance with IntelliJ IDEA Diagrams

This guide shows how to use IntelliJ IDEA’s diagram feature to visualize Java Servlet inheritance and interface relationships, remove irrelevant classes, display detailed members, zoom the view, add additional classes, and quickly jump to source code, making backend code exploration much easier.

Class DiagramInheritanceIntelliJ IDEA
0 likes · 5 min read
Master Java Servlet Inheritance with IntelliJ IDEA Diagrams
ITPUB
ITPUB
Sep 1, 2020 · Backend Development

Master IntelliJ IDEA Debugging: Step-by-Step Guide to Breakpoints, Expressions, and Thread Control

This comprehensive guide explains how to use IntelliJ IDEA's Debug mode—including launching the debugger, managing breakpoints, inspecting variables, evaluating expressions, employing smart step‑into, configuring conditional breakpoints, handling multithreaded debugging, and using drop‑frame and force‑return features—to efficiently trace and troubleshoot Java applications.

IDEIntelliJ IDEAbreakpoints
0 likes · 14 min read
Master IntelliJ IDEA Debugging: Step-by-Step Guide to Breakpoints, Expressions, and Thread Control
Programmer DD
Programmer DD
Aug 30, 2020 · Fundamentals

Why Lombok Plugin Fails in IntelliJ IDEA 2020.x and How to Fix It

This article explains why recent IntelliJ IDEA versions stopped supporting the Lombok plugin, details the communication between the plugin author and JetBrains, describes the bug in the plugin platform, and provides the steps to obtain the fixed plugin version.

IDE troubleshootingIntelliJ IDEAJava development
0 likes · 4 min read
Why Lombok Plugin Fails in IntelliJ IDEA 2020.x and How to Fix It
Sohu Tech Products
Sohu Tech Products
Aug 26, 2020 · Backend Development

Top IntelliJ IDEA Plugins to Boost Java Development Efficiency

This article introduces five essential IntelliJ IDEA plugins—Key Promoter X, Lombok, Rainbow Brackets, Codota, and String Manipulation—explaining their features, installation steps, and how they can significantly improve Java developers' coding efficiency and productivity.

CodotaIDE pluginsIntelliJ IDEA
0 likes · 7 min read
Top IntelliJ IDEA Plugins to Boost Java Development Efficiency
Architecture Digest
Architecture Digest
Aug 22, 2020 · Fundamentals

Essential IntelliJ IDEA Settings for Efficient Java Development

This article presents a comprehensive guide to the most useful IntelliJ IDEA configuration options—including case‑sensitive code completion, automatic imports, code folding, split‑screen layout, key‑map adjustments, memory allocation, project opening behavior, line numbering, serialVersionUID generation, and default browser settings—to help developers streamline their Java workflow and improve productivity.

IDE settingsIntelliJ IDEAdevelopment-tools
0 likes · 7 min read
Essential IntelliJ IDEA Settings for Efficient Java Development
Java Captain
Java Captain
Aug 16, 2020 · Fundamentals

Why Classes Should Not Be Too Long and How to Refactor Overgrown Classes

The article explains why excessively long classes with many responsibilities hinder readability and extensibility, outlines the problems of redundant code and SRP violations, and provides practical refactoring techniques—such as extracting methods, moving members, and creating new classes—using IntelliJ IDEA.

IntelliJ IDEAclass designcode quality
0 likes · 11 min read
Why Classes Should Not Be Too Long and How to Refactor Overgrown Classes
macrozheng
macrozheng
Aug 14, 2020 · Backend Development

Boost Your Java Productivity: 10 Must‑Have IntelliJ IDEA Plugins

This article introduces ten practical IntelliJ IDEA plugins for Java developers, explaining their core features, shortcuts, and visual cues, so you can streamline code generation, dependency management, JSON conversion, decompilation, and more while avoiding common pitfalls.

IDE pluginsIntelliJ IDEAdebugging
0 likes · 8 min read
Boost Your Java Productivity: 10 Must‑Have IntelliJ IDEA Plugins
ITPUB
ITPUB
Aug 12, 2020 · Backend Development

Essential IntelliJ IDEA Plugins Every Java Developer Should Install

This guide explains how to install and use a curated list of IntelliJ IDEA plugins—including Lombok, RestfulTool, MyBatis helpers, and productivity enhancers—detailing both online and offline installation methods, configuration tips, and practical examples for Java development.

IntelliJ IDEALombokMyBatis
0 likes · 11 min read
Essential IntelliJ IDEA Plugins Every Java Developer Should Install
Java Backend Technology
Java Backend Technology
Aug 8, 2020 · Fundamentals

What’s New in IntelliJ IDEA 2020.2? A Deep Dive into Java 15 Support and Enhanced GitHub PR Workflow

IntelliJ IDEA 2020.2 brings full Java 15 support, richer editor tools, integrated GitHub Pull Request handling, advanced profiling, terminal shortcuts, improved database editors, and secure Docker connections, offering developers a comprehensive set of productivity enhancements in a single release.

GitHub PRIDE FeaturesIntelliJ IDEA
0 likes · 8 min read
What’s New in IntelliJ IDEA 2020.2? A Deep Dive into Java 15 Support and Enhanced GitHub PR Workflow
Top Architect
Top Architect
Aug 6, 2020 · Backend Development

Generating JPA Entity Classes in IntelliJ IDEA Using Groovy Scripts

The article provides a step‑by‑step tutorial on configuring database connections in IntelliJ IDEA, using its built‑in tools to generate simple POJOs or JPA‑annotated entities, and creating a custom Groovy script to produce fully annotated Java entity classes directly from a database schema.

Entity GenerationGroovyIntelliJ IDEA
0 likes · 12 min read
Generating JPA Entity Classes in IntelliJ IDEA Using Groovy Scripts
Java Backend Technology
Java Backend Technology
Jul 16, 2020 · Fundamentals

Boost Your Coding Speed: Hidden IntelliJ IDEA Shortcuts You Must Know

Discover a collection of powerful IntelliJ IDEA shortcuts—including navigation, history view, auto‑completion, variable extraction, renaming, and a serialVersionUID generator plugin—that streamline coding, reduce keystrokes, and boost productivity for developers working on Java projects.

Code navigationIDE shortcutsIntelliJ IDEA
0 likes · 5 min read
Boost Your Coding Speed: Hidden IntelliJ IDEA Shortcuts You Must Know
Programmer DD
Programmer DD
Jul 7, 2020 · Backend Development

Boost Java Stream Productivity with IntelliJ Live Templates

This article explains how to streamline Java 8 Stream operations by creating IntelliJ IDEA live templates for common collectors like toList, toSet, joining, and groupingBy, reducing repetitive code and improving developer productivity.

IntelliJ IDEAJava 8Live Templates
0 likes · 8 min read
Boost Java Stream Productivity with IntelliJ Live Templates
Top Architect
Top Architect
Jul 4, 2020 · Backend Development

Top IntelliJ IDEA Plugins for Java Development (2020.1)

This article introduces a curated list of IntelliJ IDEA plugins compatible with version 2020.1, including code formatters, translation tools, shortcut helpers, coding guideline checkers, algorithm practice editors, RESTful URL explorers, bytecode viewers, case converters, hot-reload utilities, string manipulators, MyBatis helpers, sequence diagram generators, setter generators, Chinese language packs, rainbow brackets, and QA assistants, each with a brief description and usage shortcuts.

IDE pluginsIntelliJ IDEAdevelopment-tools
0 likes · 7 min read
Top IntelliJ IDEA Plugins for Java Development (2020.1)
Programmer DD
Programmer DD
Jun 30, 2020 · Backend Development

What’s New in IntelliJ IDEA 2020.2 EAP5? Java 15 Support and More

IntelliJ IDEA 2020.2 EAP5 introduces Java 15 support, related‑problems warnings, intention previews, enhanced Java intention actions, and flexible structural search‑replace inspections, offering developers a richer, more efficient coding experience in the latest IDE preview.

Code intentionsIDE FeaturesIntelliJ IDEA
0 likes · 5 min read
What’s New in IntelliJ IDEA 2020.2 EAP5? Java 15 Support and More
转转QA
转转QA
Jun 24, 2020 · Fundamentals

EvoSuite Overview: Installation, Maven Configuration, and IDEA Plugin Usage

This article introduces EvoSuite, an open‑source tool for automatically generating JUnit test suites, explains how to configure it with Maven (including the required pom.xml entries), describes essential command‑line options, and provides step‑by‑step instructions for installing and using the EvoSuite plugin in IntelliJ IDEA, supplemented by practical examples and coverage analysis.

Automated TestingEvoSuiteIntelliJ IDEA
0 likes · 7 min read
EvoSuite Overview: Installation, Maven Configuration, and IDEA Plugin Usage
Top Architect
Top Architect
Jun 15, 2020 · Fundamentals

IntelliJ IDEA Configuration and Shortcut Guide

This article provides a comprehensive step‑by‑step guide to configuring IntelliJ IDEA, covering Maven setup, code‑style settings, case‑sensitive completion, forced Maven dependency refresh, default configuration locations, plugin installation, shortcut customizations, presentation mode, inject‑language feature, and various other useful IDE tricks for Java developers.

IDE configurationIntelliJ IDEAJava development
0 likes · 15 min read
IntelliJ IDEA Configuration and Shortcut Guide
Architecture Digest
Architecture Digest
Jun 14, 2020 · Fundamentals

IntelliJ IDEA Tips and Configuration Guide

This article provides a comprehensive collection of IntelliJ IDEA configuration steps, shortcuts, and productivity tips—including Maven setup, code‑style adjustments, keymap changes, plugin installation, presentation mode, inject‑language usage, and common troubleshooting—to help developers work more efficiently in Java projects.

ConfigurationIDE shortcutsIntelliJ IDEA
0 likes · 11 min read
IntelliJ IDEA Tips and Configuration Guide
macrozheng
macrozheng
Jun 12, 2020 · Fundamentals

Why I Switched from Eclipse to IntelliJ IDEA After a Decade

After a decade of using Eclipse, the author shares a candid comparison with IntelliJ IDEA, highlighting usability improvements, shortcut differences, and practical tips that convinced seasoned Java developers to make the switch for a more efficient coding experience.

EclipseIDEIntelliJ IDEA
0 likes · 10 min read
Why I Switched from Eclipse to IntelliJ IDEA After a Decade
Java Captain
Java Captain
May 30, 2020 · Fundamentals

Integrating SonarLint into IntelliJ IDEA for Pre‑Commit Code Quality Checks

This guide explains how to integrate SonarLint into IntelliJ IDEA to perform pre‑commit code quality checks, covering the tool’s objectives, the seven quality dimensions it assesses, required prerequisites, plugin installation steps, and detailed project and server configuration procedures.

IntelliJ IDEAcode qualityjava
0 likes · 4 min read
Integrating SonarLint into IntelliJ IDEA for Pre‑Commit Code Quality Checks
Java Backend Technology
Java Backend Technology
May 21, 2020 · Backend Development

Top 16 Must‑Have IntelliJ IDEA Plugins for Java Developers in 2020

This article introduces sixteen IntelliJ IDEA plugins that have been personally tested to work with version 2020.1, covering code formatting, translation, shortcut hints, coding standards, LeetCode integration, RESTful URL search, bytecode viewing, string case conversion, hot‑reload, string manipulation, MyBatis navigation, sequence diagram generation, setter generation, Chinese language support, rainbow brackets, and bug‑finding, each with a brief description and usage shortcut.

IDE ExtensionsIntelliJ IDEAJava development
0 likes · 8 min read
Top 16 Must‑Have IntelliJ IDEA Plugins for Java Developers in 2020
macrozheng
macrozheng
May 21, 2020 · Fundamentals

How Adjusting IntelliJ IDEA Memory Settings Boosts IDE Performance

This article reports a systematic experiment that compares four IntelliJ IDEA memory configurations on a large Java monolith and two micro‑services, measuring startup, project loading times and JVM garbage‑collection metrics with jstat to identify the most efficient setting.

IDE performanceIntelliJ IDEAJVM
0 likes · 11 min read
How Adjusting IntelliJ IDEA Memory Settings Boosts IDE Performance
Java Backend Technology
Java Backend Technology
May 14, 2020 · Fundamentals

How Memory Settings Impact IntelliJ IDEA Performance: A Practical Test

This article reports a systematic experiment that compares four IntelliJ IDEA memory configurations on a MacBook Pro, measuring startup time, project loading speed, and garbage‑collection behavior with jstat, and concludes that allocating more heap (2‑4 GB) significantly improves IDE responsiveness for large codebases.

IDE performanceIntelliJ IDEAJVM Memory
0 likes · 11 min read
How Memory Settings Impact IntelliJ IDEA Performance: A Practical Test
Laravel Tech Community
Laravel Tech Community
May 12, 2020 · Fundamentals

Comprehensive IntelliJ IDEA Shortcut Key Cheat Sheet

This article provides a detailed cheat sheet of the most useful IntelliJ IDEA keyboard shortcuts, covering navigation, code editing, refactoring, and project management commands to boost developer productivity across various programming tasks.

IDEIntelliJ IDEAdevelopment-tools
0 likes · 10 min read
Comprehensive IntelliJ IDEA Shortcut Key Cheat Sheet
Architect's Tech Stack
Architect's Tech Stack
May 10, 2020 · Backend Development

Generating Spring Boot CRUD Code with EasyCode Plugin in IntelliJ IDEA

This tutorial walks through installing the EasyCode and Lombok plugins, creating a MySQL table, configuring IDEA database connections, generating entity, DAO, service, controller, and mapper code for a Spring Boot project, and setting up the required Maven dependencies and application.yml configuration.

EasyCodeIntelliJ IDEAMyBatis
0 likes · 6 min read
Generating Spring Boot CRUD Code with EasyCode Plugin in IntelliJ IDEA
Top Architect
Top Architect
May 1, 2020 · Backend Development

Top 10 IntelliJ IDEA Plugins to Boost Your Development Productivity

This article introduces ten essential IntelliJ IDEA plugins—including FindBugs, Translation, Grep Console, GsonFormat, Free MyBatis Plugin, CodeGlance, Maven Helper, Background Image Plus+, MyBatis Log Plugin, and RestfulToolkit—that help Java developers improve code quality, debugging, navigation, and overall workflow efficiency.

IDE pluginsIntelliJ IDEAJava development
0 likes · 8 min read
Top 10 IntelliJ IDEA Plugins to Boost Your Development Productivity
Programmer DD
Programmer DD
Apr 17, 2020 · Fundamentals

Master Java Debugging: From IDEA Tricks to JPDA Deep Dive

This article explains why debugging is a core skill for developers, walks through essential IntelliJ IDEA debugging features, introduces command‑line debugging with jdb, and demystifies remote debugging by exploring the JPDA architecture and its underlying protocols.

IntelliJ IDEAJPDAdebugging
0 likes · 21 min read
Master Java Debugging: From IDEA Tricks to JPDA Deep Dive
Liangxu Linux
Liangxu Linux
Apr 15, 2020 · Fundamentals

Top 10 IntelliJ IDEA Plugins to Supercharge Your Java Development

This article introduces ten essential IntelliJ IDEA plugins—ranging from static analysis and translation tools to console filtering, JSON formatting, MyBatis assistance, Maven dependency visualization, and UI enhancements—that can significantly improve Java developers' productivity and code quality.

IDEIntelliJ IDEAJava development
0 likes · 7 min read
Top 10 IntelliJ IDEA Plugins to Supercharge Your Java Development
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Apr 13, 2020 · Fundamentals

Master IntelliJ IDEA: 33 Essential Tips to Boost Your Productivity

This guide compiles 33 practical IntelliJ IDEA configurations and shortcuts—from Maven setup and code‑style settings to presentation mode and inject‑language features—helping developers streamline their workflow, avoid common pitfalls, and enhance coding efficiency across Java projects.

IDE TipsIDE configurationIntelliJ IDEA
0 likes · 14 min read
Master IntelliJ IDEA: 33 Essential Tips to Boost Your Productivity
Java Backend Technology
Java Backend Technology
Apr 12, 2020 · Fundamentals

Explore the Key New Features of IntelliJ IDEA 2020.1 – A Hands‑On Review

This article walks through the release of IntelliJ IDEA 2020.1 stable version, highlighting major UI changes, improved Javadoc browsing, the new default JetBrains Mono font, smarter inspections, enhanced debugging, a revamped version‑control commit interface, and a crucial Lombok compatibility warning, all illustrated with screenshots.

IDE FeaturesIntelliJ IDEAJava development
0 likes · 4 min read
Explore the Key New Features of IntelliJ IDEA 2020.1 – A Hands‑On Review
Programmer DD
Programmer DD
Apr 11, 2020 · Fundamentals

How to Enable Chinese Language Support in IntelliJ IDEA 2020.1

This guide walks you through the new Chinese localization in IntelliJ IDEA 2020.1, showing the visual changes, explaining why the language pack isn’t enabled by default, and providing step‑by‑step instructions to install and activate the Chinese plugin for a smoother development experience.

Chinese localizationIDE tutorialIntelliJ IDEA
0 likes · 4 min read
How to Enable Chinese Language Support in IntelliJ IDEA 2020.1
Java Captain
Java Captain
Apr 4, 2020 · Backend Development

Practical Debugging Techniques in IntelliJ IDEA and jdb for Java Development

This article introduces essential Java debugging skills, covering IntelliJ IDEA’s powerful debugging features, command‑line debugging with jdb, remote debugging setup, and the underlying JPDA architecture, providing developers with both practical tips and a deeper understanding of how Java debuggers work.

IntelliJ IDEAJPDAdebugging
0 likes · 25 min read
Practical Debugging Techniques in IntelliJ IDEA and jdb for Java Development
Java Backend Technology
Java Backend Technology
Mar 28, 2020 · Backend Development

What’s New in IntelliJ IDEA 2020.1? Top Debugging and Performance Features Unveiled

IntelliJ IDEA 2020.1 introduces a suite of enhancements—including data‑flow‑aware debugging, property pinning, IPv6 remote debugging, refined performance profiling, memory‑snapshot analysis, a revamped commit UI, LightEdit mode, intention previews, and Zen mode—to streamline Java development and boost productivity.

IDE FeaturesIntelliJ IDEAdebugging
0 likes · 5 min read
What’s New in IntelliJ IDEA 2020.1? Top Debugging and Performance Features Unveiled
Senior Brother's Insights
Senior Brother's Insights
Mar 25, 2020 · Backend Development

Boost Your Java Debugging with IntelliJ IDEA 2020.1’s New Data‑Flow and Performance Tools

IntelliJ IDEA 2020.1 introduces a suite of debugging enhancements—including data‑flow analysis, pinned variables, IPv6 remote debugging, refined CPU profiling options, hprof memory‑snapshot support, a revamped commit UI, LightEdit mode, intention previews, and a distraction‑free Zen mode—helping Java developers diagnose and optimize code more efficiently.

IDE FeaturesIntelliJ IDEAdebugging
0 likes · 5 min read
Boost Your Java Debugging with IntelliJ IDEA 2020.1’s New Data‑Flow and Performance Tools
Programmer DD
Programmer DD
Mar 22, 2020 · Backend Development

Boost Your Java Productivity: 10 Must‑Have IntelliJ IDEA Plugins

This article introduces the most useful IntelliJ IDEA plugins for Java developers, explaining how each tool—ranging from shortcut reminders and Maven helpers to mind‑mapping, code mini‑maps, naming converters, MyBatis utilities, JavaDoc generators, Git commit templates, and icon enhancers—can improve productivity and streamline development workflows.

IDE pluginsIntelliJ IDEAJava IDE
0 likes · 7 min read
Boost Your Java Productivity: 10 Must‑Have IntelliJ IDEA Plugins
Programmer DD
Programmer DD
Mar 18, 2020 · Fundamentals

Master IntelliJ IDEA: Essential Windows Shortcuts for Faster Java Development

This article compiles a comprehensive collection of IntelliJ IDEA keyboard shortcuts for Windows, covering code generation, navigation, refactoring, debugging, and miscellaneous productivity tricks, enabling Java developers to work more efficiently and reduce reliance on the mouse.

IDE productivityIntelliJ IDEAkeyboard shortcuts
0 likes · 14 min read
Master IntelliJ IDEA: Essential Windows Shortcuts for Faster Java Development
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Mar 16, 2020 · Backend Development

Boost Your Java Development Speed with 10 Must-Have IntelliJ IDEA Plugins

This guide introduces ten essential IntelliJ IDEA plugins—including JRebel, Codota, Lombok, and MyBatis—that streamline Java development, enhance code quality, and accelerate productivity through features like hot deployment, AI code completion, automatic boilerplate generation, and convenient project navigation.

IntelliJ IDEAJava developmentLombok
0 likes · 6 min read
Boost Your Java Development Speed with 10 Must-Have IntelliJ IDEA Plugins
Programmer DD
Programmer DD
Mar 15, 2020 · Fundamentals

Master Mac IntelliJ IDEA Keyboard Shortcuts: Boost Your Productivity

This guide provides a comprehensive collection of essential Mac keyboard shortcuts for IntelliJ IDEA, covering editing, searching, navigation, compiling, debugging, version control, live templates, and general IDE actions to help developers work faster and more efficiently.

IDE productivityIntelliJ IDEAMac shortcuts
0 likes · 13 min read
Master Mac IntelliJ IDEA Keyboard Shortcuts: Boost Your Productivity
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Mar 10, 2020 · Backend Development

How to Detect and Resolve Maven Dependency Conflicts Efficiently

This guide explains what Maven dependency conflicts are, why they matter, and provides step‑by‑step methods—including exclusion tags, the Maven Helper IntelliJ plugin, and IDEA’s dependency diagram—to identify and eliminate conflicting JAR versions in Java projects.

Dependency ConflictExclusionsIntelliJ IDEA
0 likes · 5 min read
How to Detect and Resolve Maven Dependency Conflicts Efficiently
Senior Brother's Insights
Senior Brother's Insights
Mar 7, 2020 · Backend Development

Enable Automatic Hot Reload in Spring Boot with DevTools

This guide shows how to add Spring Boot DevTools, configure Maven and IntelliJ IDEA, and use both manual and automatic hot‑deployment techniques—including registry tweaks and template cache settings—to achieve instant code changes without restarting the application.

DevToolsIntelliJ IDEASpring Boot
0 likes · 6 min read
Enable Automatic Hot Reload in Spring Boot with DevTools
Java Backend Technology
Java Backend Technology
Mar 5, 2020 · Fundamentals

Master Git Basics and IntelliJ IDEA Integration: A Complete Guide

This article introduces Git as a distributed version control system, explains its core workflow and branch model, and provides step‑by‑step instructions for configuring, cloning, checking out, committing, pushing, and using Git commands within IntelliJ IDEA, including useful screenshots.

GitIntelliJ IDEAVersion Control
0 likes · 6 min read
Master Git Basics and IntelliJ IDEA Integration: A Complete Guide
Java Backend Technology
Java Backend Technology
Mar 1, 2020 · Backend Development

How to Build Your Own IntelliJ IDEA Plugin: Step‑by‑Step Guide

This tutorial walks you through setting up the development environment, configuring the IntelliJ Platform SDK, creating a simple plugin project, adding a custom Action, and running the plugin, providing all necessary code snippets and screenshots for building IntelliJ IDEA plugins.

IDE ExtensionsIntelliJ IDEAPlugin Development
0 likes · 8 min read
How to Build Your Own IntelliJ IDEA Plugin: Step‑by‑Step Guide
Java Backend Technology
Java Backend Technology
Feb 23, 2020 · Backend Development

How to Auto-Generate Spring Boot CRUD Code with EasyCode in IDEA

This guide walks you through installing the EasyCode plugin in IntelliJ IDEA, setting up a MySQL database, configuring Spring Boot dependencies, and using EasyCode to automatically generate entity, controller, service, DAO, and mapper classes, complete with Maven and application.yml settings.

EasyCodeIntelliJ IDEALombok
0 likes · 7 min read
How to Auto-Generate Spring Boot CRUD Code with EasyCode in IDEA
Top Architect
Top Architect
Feb 21, 2020 · Fundamentals

Practical IntelliJ IDEA Tips and Shortcuts for Efficient Coding

This article presents a collection of useful IntelliJ IDEA shortcuts and features—including Presentation Mode, language injection, navigation shortcuts, batch editing, structural search, and template-based code generation—to help developers work faster and more comfortably within the IDE.

IDE shortcutsIntelliJ IDEAJava development
0 likes · 7 min read
Practical IntelliJ IDEA Tips and Shortcuts for Efficient Coding
macrozheng
macrozheng
Feb 21, 2020 · Backend Development

Boost Your API Testing: Master IntelliJ IDEA’s Built‑in HTTP Client

During remote work, the author discovers how IntelliJ IDEA’s integrated HTTP Client can replace external tools like Postman, offering in‑IDE request creation, environment variables, response scripts, and plugin extensions to streamline API development, testing, and collaboration across multiple product lines.

API testingEnvironment VariablesHTTP client
0 likes · 9 min read
Boost Your API Testing: Master IntelliJ IDEA’s Built‑in HTTP Client
Programmer DD
Programmer DD
Feb 5, 2020 · Fundamentals

What’s New in IntelliJ IDEA 2020.1 EAP 2? Debugger, Zen Mode, and More

IntelliJ IDEA 2020.1’s second early‑access build introduces data‑flow analysis for debugging, recursive‑call collapsing, a revamped Commit tool window, Zen Mode for distraction‑free coding, and LightEdit for quick file edits, all aimed at enhancing developer productivity.

IntelliJ IDEALightEditZen Mode
0 likes · 4 min read
What’s New in IntelliJ IDEA 2020.1 EAP 2? Debugger, Zen Mode, and More
Architecture Digest
Architecture Digest
Dec 31, 2019 · Fundamentals

IntelliJ IDEA Tips and Tricks for Efficient Development

This article presents a comprehensive guide to IntelliJ IDEA, covering high‑efficiency configurations, essential shortcuts, code templates, debugging techniques, and recommended plugins, aiming to help both newcomers and experienced developers boost productivity and fully leverage the IDE’s powerful features.

IDE TipsIntelliJ IDEAJava development
0 likes · 13 min read
IntelliJ IDEA Tips and Tricks for Efficient Development
Programmer DD
Programmer DD
Dec 31, 2019 · Fundamentals

Top IntelliJ IDEA Keyboard Shortcuts Every Java Developer Must Know

This guide compiles the most useful IntelliJ IDEA keyboard shortcuts—including code generation, navigation, refactoring, debugging, SVN operations, and miscellaneous productivity tricks—organized by function so developers can boost efficiency and reduce reliance on the mouse while coding in Java.

IDEIntelliJ IDEAkeyboard shortcuts
0 likes · 14 min read
Top IntelliJ IDEA Keyboard Shortcuts Every Java Developer Must Know