Tagged articles
553 articles
Page 6 of 6
Programmer DD
Programmer DD
Dec 13, 2019 · Fundamentals

Refresh Your IntelliJ IDEA: Top Theme Plugins and DIY Styling Tips

This guide introduces a curated list of IntelliJ IDEA theme plugins, explains how to install and switch them, provides DIY customization steps for fonts and colors, and shares practical notes on IDE version compatibility, helping developers give their IDE a fresh, personalized look.

IDE customizationIntelliJ IDEAdevelopment-tools
0 likes · 6 min read
Refresh Your IntelliJ IDEA: Top Theme Plugins and DIY Styling Tips
Programmer DD
Programmer DD
Dec 3, 2019 · Fundamentals

What’s New in IntelliJ IDEA 2019.3? Performance Boosts and New Framework Support

IntelliJ IDEA 2019.3 has been officially released, delivering faster startup, reduced memory usage, enhanced UI responsiveness, dynamic plugin installation, expanded support for modern micro‑service frameworks like Micronaut, Quarkus, Helidon, and the long‑awaited MongoDB integration, along with numerous bug fixes and quality improvements.

IDEIntelliJ IDEAframework support
0 likes · 4 min read
What’s New in IntelliJ IDEA 2019.3? Performance Boosts and New Framework Support
Programmer DD
Programmer DD
Nov 20, 2019 · Fundamentals

Master Git Basics and IntelliJ IDEA Integration: A Step‑by‑Step Guide

This tutorial introduces Git as a distributed version control system, explains its core concepts, common commands, branching strategies, and provides detailed instructions for configuring and using Git within IntelliJ IDEA, including UI operations and command‑line shortcuts.

IntelliJ IDEATutorial
0 likes · 7 min read
Master Git Basics and IntelliJ IDEA Integration: A Step‑by‑Step Guide
Java Captain
Java Captain
Oct 26, 2019 · Fundamentals

Using IntelliJ IDEA Postfix Completion Templates for Faster Java Coding

This article introduces IntelliJ IDEA's powerful postfix completion feature, explains how to trigger it with a dot, and showcases ten ready‑made templates—including var declaration, null‑check, loop generation, and return statements—that let Java developers generate common code snippets instantly.

IDE TipsIntelliJ IDEAJava
0 likes · 2 min read
Using IntelliJ IDEA Postfix Completion Templates for Faster Java Coding
Java Captain
Java Captain
Oct 20, 2019 · Fundamentals

IntelliJ IDEA Tips and Tricks for Efficient Development

This guide presents a comprehensive collection of IntelliJ IDEA configurations, essential shortcuts, live templates, debugging techniques, and recommended plugins to help Java developers boost productivity and master the IDE’s advanced features in daily coding.

IntelliJ IDEAJava developmentPlugins
0 likes · 10 min read
IntelliJ IDEA Tips and Tricks for Efficient Development
macrozheng
macrozheng
Sep 25, 2019 · Backend Development

How to Create, Run, and Monitor SpringBoot Apps in IntelliJ IDEA

This guide walks you through creating a SpringBoot Eureka registration center in IntelliJ IDEA, launching it via the Run Dashboard with various configurations, and inspecting its Actuator monitoring endpoints, providing step‑by‑step instructions, screenshots, and essential code snippets.

ActuatorIntelliJ IDEARun Dashboard
0 likes · 6 min read
How to Create, Run, and Monitor SpringBoot Apps in IntelliJ IDEA
58 Tech
58 Tech
Sep 12, 2019 · Backend Development

Using PSI in IntelliJ IDEA Plugin Development

This article explains the concept of PSI (Program Structure Interface) in IntelliJ IDEA, demonstrates how to obtain PsiFile objects, manipulate PsiJavaFile, PsiClass, PsiField, and add annotations and parameters, providing a practical guide for plugin developers.

Code GenerationIDEIntelliJ IDEA
0 likes · 6 min read
Using PSI in IntelliJ IDEA Plugin Development
Programmer DD
Programmer DD
Sep 8, 2019 · Cloud Computing

Boost Mini‑Program Deployment Speed 8× with Alibaba Cloud’s Free Cloud Toolkit

This guide explains how Alibaba Cloud’s free Cloud Toolkit plugin for IntelliJ IDEA and Eclipse enables one‑click deployment of mini‑programs to the Mini Program Cloud, dramatically accelerating development, simplifying configuration, and offering additional IDE features such as Dubbo project creation and built‑in diagnostics.

Alibaba CloudIDE pluginIntelliJ IDEA
0 likes · 7 min read
Boost Mini‑Program Deployment Speed 8× with Alibaba Cloud’s Free Cloud Toolkit
macrozheng
macrozheng
Aug 28, 2019 · Fundamentals

Master Git in IntelliJ IDEA: A Complete Step-by-Step Workflow

This guide walks you through setting up a remote Git repository, configuring IntelliJ IDEA’s Git integration, cloning a project, initializing and committing code, pushing changes, pulling updates, managing branches, handling merge conflicts, and reviewing commit history, all illustrated with clear screenshots.

GitIntelliJ IDEAMerge Conflicts
0 likes · 7 min read
Master Git in IntelliJ IDEA: A Complete Step-by-Step Workflow
Programmer DD
Programmer DD
Aug 27, 2019 · Backend Development

Master IntelliJ IDEA: 30+ Essential Tips to Boost Your Java Development

This guide compiles over thirty practical IntelliJ IDEA tricks—from configuring Maven and code style to customizing shortcuts, managing plugins, optimizing performance, and leveraging advanced features like Presentation Mode and Inject Language—helping Java developers work faster and more efficiently.

DevelopmentIDE TipsIntelliJ IDEA
0 likes · 15 min read
Master IntelliJ IDEA: 30+ Essential Tips to Boost Your Java Development
Java Backend Technology
Java Backend Technology
Aug 25, 2019 · Backend Development

Master IntelliJ IDEA Debugging: Essential Tips, Shortcuts, and Advanced Techniques

This comprehensive guide explains how to use IntelliJ IDEA's Debug mode, covering the UI layout, essential shortcuts, variable inspection, expression evaluation, smart step‑into, breakpoint conditions, exception breakpoints, multithread debugging, frame dropping, and force return to streamline Java backend development.

Debug ShortcutsIntelliJ IDEAJava
0 likes · 14 min read
Master IntelliJ IDEA Debugging: Essential Tips, Shortcuts, and Advanced Techniques
Programmer DD
Programmer DD
Aug 22, 2019 · Backend Development

What’s New in IntelliJ IDEA 2019.2? A Deep Dive into Performance and Smart Features

IntelliJ IDEA 2019.2, released on July 24, 2019, brings JDK 13 support, smarter code suggestions, duplicate detection, structured search, folder‑specific settings, enhanced cursor movement, tab shortcuts, large‑file handling, performance boosts, refined debugging, tighter Git integration, and a revamped plugin center, all aimed at improving developer productivity.

IDEIntelliJ IDEAJDK13
0 likes · 6 min read
What’s New in IntelliJ IDEA 2019.2? A Deep Dive into Performance and Smart Features
Architect's Tech Stack
Architect's Tech Stack
Aug 18, 2019 · Fundamentals

IntelliJ IDEA Configuration Tips and Shortcut Guide

This article provides a comprehensive collection of IntelliJ IDEA configuration steps, shortcut customizations, plugin installation methods, and practical tips for improving Java development productivity, covering Maven setup, editor settings, code formatting, version control integration, and many hidden features.

IDE configurationIntelliJ IDEAJava development
0 likes · 14 min read
IntelliJ IDEA Configuration Tips and Shortcut Guide
Java Captain
Java Captain
Aug 15, 2019 · Backend Development

IntelliJ IDEA Configuration and Shortcut Guide

This comprehensive guide details how to configure IntelliJ IDEA—including Maven settings, code style, keymap shortcuts, plugin installation, version control integration, encoding, live templates, and productivity features such as presentation mode and inject language—to streamline Java development and improve coding efficiency.

IDE configurationIntelliJ IDEAJava
0 likes · 12 min read
IntelliJ IDEA Configuration and Shortcut Guide
Java Backend Technology
Java Backend Technology
Jul 31, 2019 · Fundamentals

What’s New in IntelliJ IDEA 2019.2? Performance Boosts and Smarter Features

The article reviews IntelliJ IDEA 2019.2, highlighting its JDK 13 support, smarter code hints, duplicate code detection, structured search, folder‑specific settings, cursor navigation tweaks, Tab shortcuts, large‑file handling, improved class creation dialogs, file size/time display, refined debugging windows, tighter Git integration, performance analysis tools, and overall UI enhancements, all illustrated with screenshots.

DebuggingIDE FeaturesIntelliJ IDEA
0 likes · 5 min read
What’s New in IntelliJ IDEA 2019.2? Performance Boosts and Smarter Features
Java Backend Technology
Java Backend Technology
Jul 25, 2019 · Fundamentals

Unlock 17 Powerful IntelliJ IDEA Alt+Enter Shortcuts to Boost Your Java Coding

This article introduces IntelliJ IDEA's versatile Alt+Enter shortcut, showcasing 17 practical tips—from converting to lambda expressions and auto‑importing classes to generating getters, handling exceptions, and simplifying code—each illustrated with GIF demos to help Java developers code faster and more efficiently.

Alt+EnterIDE shortcutsIntelliJ IDEA
0 likes · 5 min read
Unlock 17 Powerful IntelliJ IDEA Alt+Enter Shortcuts to Boost Your Java Coding
Java Backend Technology
Java Backend Technology
Jul 17, 2019 · Backend Development

Why IntelliJ IDEA Beats Eclipse for Java Development: A Deep Dive

This article compares IntelliJ IDEA and Eclipse, highlighting IDEA’s superior context‑aware debugging, auto‑completion, and refactoring features, while acknowledging Eclipse’s strengths in other languages and as a plugin platform, to help Java developers choose the right IDE.

DebuggingEclipseIntelliJ IDEA
0 likes · 9 min read
Why IntelliJ IDEA Beats Eclipse for Java Development: A Deep Dive
Java Backend Technology
Java Backend Technology
Jul 7, 2019 · Backend Development

Master IntelliJ IDEA: Essential Settings and Tips for Java Backend Developers

This guide walks Java developers through the key differences between IntelliJ IDEA and Eclipse, explains why IDEA eliminates the workspace concept, and provides step‑by‑step instructions for configuring default project settings, JDK, Maven, version control, auto‑import, Tomcat, shortcuts, and other productivity features.

GitIDE configurationIntelliJ IDEA
0 likes · 12 min read
Master IntelliJ IDEA: Essential Settings and Tips for Java Backend Developers
Java Captain
Java Captain
Jul 2, 2019 · Backend Development

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

This guide explains how to install a set of useful IntelliJ IDEA plugins—including FindBugs‑IDEA, Maven Helper, VisualVM Launcher, GenerateAllSetter, Rainbow Brackets, Translation, and Alibaba Java Coding Guidelines—by configuring the IDE, restarting it, and verifying successful loading through visual cues and practical usage examples.

IDE pluginsIntelliJ IDEAJava
0 likes · 11 min read
How to Install and Use Common IntelliJ IDEA Plugins for Java Development
21CTO
21CTO
Jun 16, 2019 · Backend Development

Master IntelliJ IDEA Project Structure: From Projects to Artifacts

This guide explains IntelliJ IDEA’s Project Structure settings—including project name, SDK, language level, modules, sources, paths, dependencies, facets, libraries, and artifacts—detailing how to configure each element, manage sub‑projects, and prepare web deployment packages such as WAR and JAR files.

ArtifactsIntelliJ IDEAJava
0 likes · 7 min read
Master IntelliJ IDEA Project Structure: From Projects to Artifacts
58 Tech
58 Tech
Jun 12, 2019 · Backend Development

Step-by-Step Guide to Developing an IntelliJ IDEA Plugin

This tutorial explains how to set up the development environment, create a plugin project using DevKit or Gradle, configure plugin.xml and build.gradle, implement a Hello World action, package, install, and manage the plugin, as well as handle components, UI extensions, and data persistence in IntelliJ IDEA.

DevKitGradleIDE Extensions
0 likes · 15 min read
Step-by-Step Guide to Developing an IntelliJ IDEA Plugin
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 10, 2019 · Fundamentals

Useful IntelliJ IDEA Tips and Shortcuts

This article presents a collection of practical IntelliJ IDEA tips—including bookmarks, import optimization, live templates, navigation, index exclusion, code formatting, navigation history, useful plugins, line movement, and line duplication—to help developers work more efficiently with the IDE.

IDE TipsIntelliJ IDEAproductivity
0 likes · 5 min read
Useful IntelliJ IDEA Tips and Shortcuts
Programmer DD
Programmer DD
Jun 8, 2019 · Fundamentals

Mastering IntelliJ IDEA Project Structure: A Complete Guide

This article explains IntelliJ IDEA's Project Structure settings—including project name, SDK, language level, compiler output, modules, libraries, facets, and artifacts—detailing how each component works and how they affect building and deploying Java applications.

ArtifactsIntelliJ IDEAJava
0 likes · 8 min read
Mastering IntelliJ IDEA Project Structure: A Complete Guide
Programmer DD
Programmer DD
May 1, 2019 · Backend Development

Top 12 Must‑Have IntelliJ IDEA Plugins for Java Developers (2024)

This guide walks you through installing IntelliJ IDEA plugins, explains how to access the Settings panel, and showcases twelve essential plugins—including Power Mode, Background Image Plus, Grep Console, MyBatis tools, Lombok, and JRebel—detailing their features, installation steps, and where to download them.

DevelopmentIDEIntelliJ IDEA
0 likes · 12 min read
Top 12 Must‑Have IntelliJ IDEA Plugins for Java Developers (2024)
Programmer DD
Programmer DD
Apr 26, 2019 · Fundamentals

Why IntelliJ IDEA Beats Eclipse: 3 Powerful Features You’re Missing

The article compares IntelliJ IDEA and Eclipse for Java development, highlighting IDEA’s context‑aware debugging, smarter code completion, and advanced refactoring, while acknowledging Eclipse’s strengths such as plugin flexibility and lower resource usage, and concludes with guidance on choosing the right IDE.

EclipseIntelliJ IDEAJava IDE
0 likes · 9 min read
Why IntelliJ IDEA Beats Eclipse: 3 Powerful Features You’re Missing
Programmer DD
Programmer DD
Jan 3, 2019 · Backend Development

7 Proven Tips to Write Cleaner, More Efficient Java Code

This article presents seven practical techniques—including using IntelliJ IDEA, upgrading to JDK 8+, adopting Maven/Gradle, leveraging Lombok, writing unit tests, refactoring incrementally, and gathering regular customer feedback—to help developers produce shorter, clearer, and more maintainable Java code.

Coding TipsIntelliJ IDEAJava
0 likes · 7 min read
7 Proven Tips to Write Cleaner, More Efficient Java Code
Java Backend Technology
Java Backend Technology
Dec 20, 2018 · Fundamentals

8 Essential IntelliJ IDEA Settings Every Eclipse Switcher Must Enable

This guide walks you through eight crucial IntelliJ IDEA configuration tweaks—such as enabling auto‑compile, case‑insensitive search, smart import, hover hints, tab display, file encoding, mouse‑wheel font scaling, and line numbers—to help developers transitioning from Eclipse boost productivity and avoid common pitfalls.

Eclipse migrationIDE configurationIntelliJ IDEA
0 likes · 5 min read
8 Essential IntelliJ IDEA Settings Every Eclipse Switcher Must Enable
Programmer DD
Programmer DD
Nov 6, 2018 · Fundamentals

What’s New in IntelliJ IDEA 2018.3 Beta? Top 10 Features Explained

The article reviews IntelliJ IDEA 2018.3 Beta, detailing ten major enhancements such as unified SearchEverywhere, redesigned structural search, RunAnything, a revamped plugin marketplace, improved VCS integration, new themes, editor upgrades, advanced JVM debugging, configurable run settings, a built‑in profiler, and numerous smaller quality‑of‑life tweaks.

IDEIntelliJ IDEAJava
0 likes · 11 min read
What’s New in IntelliJ IDEA 2018.3 Beta? Top 10 Features Explained
Java Captain
Java Captain
Oct 23, 2018 · Backend Development

IntelliJ IDEA Tutorial: Migrating from Eclipse, Configuration Steps, and Productivity Tips

This comprehensive tutorial guides Java developers through migrating from Eclipse to IntelliJ IDEA, covering workspace concepts, project and module setup, global JDK/Maven/Git configurations, Tomcat integration, and a collection of practical shortcuts and UI tweaks to boost development efficiency.

Eclipse migrationIDE configurationIntelliJ IDEA
0 likes · 9 min read
IntelliJ IDEA Tutorial: Migrating from Eclipse, Configuration Steps, and Productivity Tips
21CTO
21CTO
Oct 9, 2018 · Backend Development

How IntelliJ IDEA Enhances Java 11: New Lambda var Support and Migration Tips

This article explains how IntelliJ IDEA supports Java 11 features such as lambda parameter var syntax, highlights removed APIs, and offers practical guidance for migrating code from Java 9 and 10 while showcasing IDE tools that simplify the transition.

IDE SupportIntelliJ IDEAJava
0 likes · 7 min read
How IntelliJ IDEA Enhances Java 11: New Lambda var Support and Migration Tips
JD Retail Technology
JD Retail Technology
Sep 12, 2018 · Fundamentals

IntelliJ IDEA Plugin Development Guide

This tutorial provides a comprehensive guide to developing plugins for IntelliJ IDEA, covering environment setup, project structure, actions, components, services, persistence mechanisms, dependency management, and GUI creation using the built-in designer for developers.

ActionsIDE extensibilityIntelliJ IDEA
0 likes · 21 min read
IntelliJ IDEA Plugin Development Guide
Java Captain
Java Captain
Sep 9, 2018 · Fundamentals

Essential IntelliJ IDEA Shortcuts and Tips for Boosting Development Efficiency

This guide introduces a comprehensive collection of IntelliJ IDEA shortcuts, navigation tricks, Alt+Enter actions, live templates, postfix completions, and refactoring utilities, showing how mastering these features can dramatically increase coding speed, code quality, and overall developer productivity.

Code RefactoringIDE shortcutsIntelliJ IDEA
0 likes · 8 min read
Essential IntelliJ IDEA Shortcuts and Tips for Boosting Development Efficiency
Java Captain
Java Captain
Jul 13, 2018 · Fundamentals

Comprehensive Guide to Configuring IntelliJ IDEA Settings for Efficient Java Development

This article provides a step‑by‑step walkthrough of essential IntelliJ IDEA configurations—including appearance, keymap, project view, auto‑completion, code inspection, import optimization, window layout, tab display, comment style, and local history—to help Java developers streamline their workflow and improve productivity.

IDE configurationIntelliJ IDEAJava development
0 likes · 8 min read
Comprehensive Guide to Configuring IntelliJ IDEA Settings for Efficient Java Development
Programmer DD
Programmer DD
Jun 15, 2018 · Fundamentals

Unlock IntelliJ IDEA: 14 Hidden Shortcuts to Supercharge Your Coding

This guide presents fourteen practical IntelliJ IDEA shortcuts—including navigation, code folding, bookmark management, and UI tweaks—explaining when to use them, common pitfalls, and step‑by‑step key sequences so developers can work faster and avoid common mistakes.

Code navigationIDE TipsIntelliJ IDEA
0 likes · 11 min read
Unlock IntelliJ IDEA: 14 Hidden Shortcuts to Supercharge Your Coding
Java Captain
Java Captain
Jun 11, 2018 · Backend Development

IntelliJ IDEA Tips: Keyboard Shortcuts and Tricks for Efficient Java Development

This article presents a collection of practical IntelliJ IDEA shortcuts and techniques—including custom key bindings, navigation shortcuts like ctrl+alt+h, alt+f7, and ctrl+shift+a—to help Java developers efficiently explore code, locate methods, manage tabs, and improve overall productivity within the IDE.

IDE TipsIntelliJ IDEAJava development
0 likes · 11 min read
IntelliJ IDEA Tips: Keyboard Shortcuts and Tricks for Efficient Java Development
Java Captain
Java Captain
May 20, 2018 · Fundamentals

IntelliJ IDEA Tips and Tricks: Presentation Mode, Inject Language, Keyboard Shortcuts, and More

This article introduces a collection of practical IntelliJ IDEA tips—including how to use Presentation Mode, inject language for JSON editing, navigate project view, manage symbols, generate not‑null checks, and apply structural search—providing developers with shortcuts and features to boost coding efficiency.

IDE shortcutsInject LanguageIntelliJ IDEA
0 likes · 8 min read
IntelliJ IDEA Tips and Tricks: Presentation Mode, Inject Language, Keyboard Shortcuts, and More
Programmer DD
Programmer DD
Dec 28, 2017 · Backend Development

Master IntelliJ IDEA’s Extract Method & Interface Refactoring for Cleaner Java Code

This guide shows how to use IntelliJ IDEA’s Extract Method and Extract Interface features to refactor repetitive Java code, create reusable helper methods like forEachExceptFirst, generate annotated utilities, and cleanly separate contracts from implementations, improving readability and maintainability.

IntelliJ IDEAcode-reuseextract-interface
0 likes · 8 min read
Master IntelliJ IDEA’s Extract Method & Interface Refactoring for Cleaner Java Code
Hujiang Technology
Hujiang Technology
Jun 9, 2017 · Mobile Development

Getting Started with Kotlin: Installation, Hello World, and Basic Syntax

This tutorial introduces Kotlin, explains its advantages over Java, guides you through setting up IntelliJ IDEA or Android Studio with the Kotlin plugin, and walks you through creating and running both a simple Hello Kotlin program and an object‑oriented example, while covering coding style recommendations.

AndroidHello WorldIntelliJ IDEA
0 likes · 9 min read
Getting Started with Kotlin: Installation, Hello World, and Basic Syntax
Java Backend Technology
Java Backend Technology
Nov 24, 2016 · Backend Development

Configure Remote Tomcat Debugging in IDEA on CentOS

This guide explains how to configure remote debugging for Tomcat 7 on a CentOS 6.5 server using IntelliJ IDEA, covering the necessary changes to catalina.sh, IDEA remote server settings, connection steps, troubleshooting tips, and verification of a successful debug session.

CentOSIntelliJ IDEAJava backend
0 likes · 4 min read
Configure Remote Tomcat Debugging in IDEA on CentOS