Tag

IDE extensions

0 views collected around this technical thread.

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
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 IDEAJava development
0 likes · 9 min read
30 Must-Have IntelliJ IDEA Plugins to Supercharge Your Development
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.

IDE extensionsIntelliJJava
0 likes · 15 min read
Developing an IntelliJ IDEA Plugin for Smart Code Completion and Formatting