Tagged articles
13 articles
Page 1 of 1
Java Tech Enthusiast
Java Tech Enthusiast
Oct 22, 2025 · Backend Development

Top 31 IntelliJ IDEA Plugins to Supercharge Your Java Development

This article presents a curated list of 31 essential IntelliJ IDEA plugins, ranging from translation tools and UI themes to code quality, version control, and productivity enhancers, each described with key features and screenshots to help Java developers boost efficiency and code quality.

IDE ExtensionsIntelliJ IDEAJava development
0 likes · 14 min read
Top 31 IntelliJ IDEA Plugins to Supercharge Your Java Development
Tencent Cloud Developer
Tencent Cloud Developer
Jun 27, 2024 · Fundamentals

Essential VS Code Plugins Recommended by Tencent Developers

Tencent developers recommend a curated set of VS Code extensions—including Code Runner for multi‑language execution, the AI‑powered Tencent Cloud Code Assistant, Settings Sync, LeetCode integration, rainbow‑style indentation and CSV highlighting, TODO tracking tools, and the Material Theme with icons—to boost coding efficiency and productivity.

AI AssistantCode RunnerIDE Extensions
0 likes · 5 min read
Essential VS Code Plugins Recommended by Tencent Developers
Liangxu Linux
Liangxu Linux
Nov 16, 2023 · Fundamentals

Top 10 VSCode Extensions Every Embedded Developer Should Use

This guide lists ten essential VSCode extensions—ranging from serial terminals and Git integration to C/C++ support and documentation generators—that streamline embedded development workflows and boost productivity for engineers working with hardware code.

C/C++Embedded DevelopmentIDE Extensions
0 likes · 8 min read
Top 10 VSCode Extensions Every Embedded Developer Should Use
Liangxu Linux
Liangxu Linux
Oct 23, 2023 · Fundamentals

Essential VSCode Extensions for Embedded Development

Discover a curated list of VSCode plugins—including Serial Terminal, GitLens, Code Runner, Remote‑SSH, and C/C++ tools—that streamline embedded programming, debugging, documentation, and remote builds for developers seeking a lightweight yet powerful IDE.

C/C++Embedded DevelopmentIDE Extensions
0 likes · 5 min read
Essential VSCode Extensions for Embedded Development
macrozheng
macrozheng
Jan 18, 2023 · Backend Development

30 Must-Have IntelliJ IDEA Plugins to Supercharge Your Development

This article presents a curated list of 30 IntelliJ IDEA plugins, organized by categories such as installation guide, highly recommended tools, decorative themes, and convenient utilities, each with brief descriptions and screenshots to help developers enhance their Java development workflow.

IDE ExtensionsIntelliJ IDEAPlugins
0 likes · 9 min read
30 Must-Have IntelliJ IDEA Plugins to Supercharge Your Development
21CTO
21CTO
Mar 7, 2022 · Fundamentals

10 Must‑Have JetBrains IDE Extensions to Tackle Technical Debt

Discover ten JetBrains IDE extensions that help developers reduce technical debt by improving code refactoring, issue tracking, static analysis, security scanning, and overall code quality across Java, Kotlin, and many other languages.

IDE ExtensionsJetBrainsTechnical Debt
0 likes · 7 min read
10 Must‑Have JetBrains IDE Extensions to Tackle Technical Debt
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
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 IDEAJava
0 likes · 8 min read
How to Build Your Own IntelliJ IDEA Plugin: Step‑by‑Step Guide
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
JD Retail Technology
JD Retail Technology
Jun 26, 2018 · Backend Development

Developing an IntelliJ IDEA Plugin for Smart Code Completion and Formatting

This article explains how to design, implement, debug, and publish an IntelliJ IDEA plugin that automatically inserts semicolons and braces, formats code, and streamlines development workflow using a chain‑of‑responsibility architecture triggered by Ctrl+Enter, complete with code examples and deployment steps.

Chain of ResponsibilityCode FormattingIDE Extensions
0 likes · 15 min read
Developing an IntelliJ IDEA Plugin for Smart Code Completion and Formatting