Su San Talks Tech
Su San Talks Tech
Apr 29, 2026 · Artificial Intelligence

Why VSCode + Claude Code Is a Game‑Changer for AI‑Powered Coding

This guide walks through installing, configuring, and using the Claude Code extension in VSCode, highlighting its context‑aware features, multiple editing modes, effort levels, command shortcuts, and how it outperforms the older IDEA plugin.

AI Coding AssistantClaude CodeConfiguration
0 likes · 6 min read
Why VSCode + Claude Code Is a Game‑Changer for AI‑Powered Coding
21CTO
21CTO
Sep 1, 2022 · Frontend Development

Boost Your Coding Efficiency with Visual Studio’s Rainbow Braces Extension

The new Rainbow Braces extension for Visual Studio highlights matching brackets in customizable colors, helping developers quickly identify code blocks, reduce syntax errors, and improve navigation across languages like C#, JavaScript, and TypeScript.

C++Code navigationIDE extension
0 likes · 5 min read
Boost Your Coding Efficiency with Visual Studio’s Rainbow Braces Extension
Architect's Tech Stack
Architect's Tech Stack
Feb 2, 2021 · Backend Development

How to Develop an IntelliJ IDEA Plugin: Environment Setup, First Plugin, and Action Creation

This guide walks you through setting up the IntelliJ IDEA development environment, cloning the Community Edition source, configuring the IntelliJ Platform SDK, creating a simple plugin project, writing a custom Action class, registering it in plugin.xml, and running the plugin to see its effect.

IDE extensionIntelliJ IDEAPlugin Development
0 likes · 7 min read
How to Develop an IntelliJ IDEA Plugin: Environment Setup, First Plugin, and Action Creation