Tagged articles

VS Code

189 articles · Page 1 of 2
Black & White Path
Black & White Path
Jun 29, 2026 · Artificial Intelligence

Why Pay for AI? Access 100+ Free Models on NVIDIA Build

NVIDIA Build offers over 100 free AI models with no credit‑card sign‑up, 1,000 free inference credits and a 40‑requests‑per‑minute limit, and this guide shows how to obtain an API key and configure the service in Cursor and VS Code as a cost‑free alternative to paid AI subscriptions.

AI inferenceAPI keyCline plugin
0 likes · 5 min read
Why Pay for AI? Access 100+ Free Models on NVIDIA Build
IoT Full-Stack Technology
IoT Full-Stack Technology
Jun 10, 2026 · Fundamentals

How to Use JLINK Script in VS Code: A Complete Guide

This article walks MCU developers through three ways to invoke JLINK Script within the MCUXpresso for VS Code plugin, showing step‑by‑step configuration of .jlink files, .jlinkscript files, and the Flash Programmer's custom script field, and explains which method is best for debugging versus flashing only.

Embedded DevelopmentJLINKMCUXpresso
0 likes · 6 min read
How to Use JLINK Script in VS Code: A Complete Guide
Black & White Path
Black & White Path
Jun 10, 2026 · Information Security

How a North Korean Hacker Group Uses Fake Coding Assignments to Steal Crypto Wallets

In April‑May 2026, the suspected North Korean hacker group UNK_DeadDrop sent more than 250 phishing emails to software developers, posing as recruitment or code‑review requests and linking to malicious GitHub/GitLab repositories that automatically execute payloads in VS Code or Cursor, emptying cryptocurrency wallets and stealing credentials.

North KoreaPhishingSocial Engineering
0 likes · 8 min read
How a North Korean Hacker Group Uses Fake Coding Assignments to Steal Crypto Wallets
AI Insight Log
AI Insight Log
Jun 7, 2026 · Industry Insights

Why VS Code May Soon Be Uninstalled: The Rise of Agent Control Panels

The article analyzes how GitHub's Copilot app and the rebranded Devin Desktop shift development work from traditional editors like VS Code to agent‑centric control panels, signaling a fundamental change in the primary entry point for coding tasks.

AI code editorAgent ManagementCopilot
0 likes · 7 min read
Why VS Code May Soon Be Uninstalled: The Rise of Agent Control Panels
Ubuntu
Ubuntu
May 26, 2026 · Fundamentals

Choosing the Right Python Environment on WSL: venv vs conda vs uv

This guide compares Python virtual‑environment tools—pip + venv, Miniconda, and the new uv—detailing installation steps, performance differences, use‑case recommendations, and practical commands for setting up a consistent development environment on Ubuntu WSL.

CondaPythonVS Code
0 likes · 12 min read
Choosing the Right Python Environment on WSL: venv vs conda vs uv
ITPUB
ITPUB
May 21, 2026 · Information Security

Malicious VS Code Extension Exposes 3,800 GitHub Private Repos, Hacker Sells Code for $50K

On May 20, GitHub disclosed that a compromised VS Code extension installed by an employee allowed the hacker group TeamPCP to steal credentials, clone roughly 3,800 private repositories, and list the source code for a $50,000 auction on the dark web, highlighting a severe software‑supply‑chain threat.

Credential TheftGitHubMalicious Extension
0 likes · 8 min read
Malicious VS Code Extension Exposes 3,800 GitHub Private Repos, Hacker Sells Code for $50K
IT Services Circle
IT Services Circle
May 17, 2026 · Frontend Development

Why VS Code Is Switching Its Core to TypeScript 7 (and What It Means)

Microsoft’s VS Code 1.119 update brings a full migration to TypeScript 7 with the compiler rewritten in Go, delivering faster type checking, lower memory usage, AI Agent security enhancements, token‑optimised AI features, OpenTelemetry integration and richer markdown editing, signalling a shift toward an AI‑first IDE platform.

AI AgentGoMarkdown
0 likes · 7 min read
Why VS Code Is Switching Its Core to TypeScript 7 (and What It Means)
Java Web Project
Java Web Project
Apr 29, 2026 · Backend Development

Run Claude Code in VS Code for Free with a One‑Time Proxy Setup

This guide shows how to bypass Claude Code's paid Anthropic API by installing a local proxy that forwards requests to free models such as DeepSeek, Ollama, or NVIDIA NIM, covering all required tools, configuration steps, and troubleshooting tips.

Claude CodeDeepSeekFree AI
0 likes · 10 min read
Run Claude Code in VS Code for Free with a One‑Time Proxy Setup
21CTO
21CTO
Apr 20, 2026 · Industry Insights

From Mine‑Clearing Robots to AI Acquisitions: Key Tech Updates You Can’t Miss

The article reports on the U.S. Navy deploying robots to clear mines in the Strait of Hormuz, analyzes OpenAI’s recent acquisitions of Hiro and TBPN and the strategic challenges they reveal, and highlights the latest releases of Visual Studio Code 1.116 and Zig 0.16.0 with their new features.

AIIndustry AnalysisOpenAI
0 likes · 7 min read
From Mine‑Clearing Robots to AI Acquisitions: Key Tech Updates You Can’t Miss
Top Architecture Tech Stack
Top Architecture Tech Stack
Apr 20, 2026 · Artificial Intelligence

Using Claude Code in VS Code: Install, Setup, and First Tasks

This guide walks developers through installing Claude Code, integrating its VS Code extension, configuring the local environment, opening real projects, and assigning concrete tasks—such as code explanation, small feature addition, bug fixes, or demo generation—while offering best‑practice tips for prompt specificity, workflow division, and long‑term usage options.

AI coding assistantClaude CodePrompt Engineering
0 likes · 9 min read
Using Claude Code in VS Code: Install, Setup, and First Tasks
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Apr 10, 2026 · Backend Development

How SideX Replaces VS Code’s Electron Core with Tauri + Rust to Shrink Install Size to 16 MB

SideX rebuilds the full VS Code architecture by swapping Electron/Chromium for Tauri’s system WebView and rewriting the Node.js backend in Rust, cutting the installer from 797 MB to 16 MB (a 96% reduction), while delivering comparable editor, terminal, Git, and search features and demonstrating that Rust + Tauri can power complex desktop applications.

Desktop ApplicationElectronTauri
0 likes · 7 min read
How SideX Replaces VS Code’s Electron Core with Tauri + Rust to Shrink Install Size to 16 MB
Old Meng AI Explorer
Old Meng AI Explorer
Apr 8, 2026 · Artificial Intelligence

Unlock AI-Powered Coding: Install and Master OpenAI’s Codex in VS Code

This guide explains what OpenAI’s Codex AI coding agent is, walks through the prerequisites, installation methods, login and configuration steps, core features such as code generation, review, batch refactoring, cloud task delegation, compares it with GitHub Copilot and Claude Code, and provides FAQs and best‑practice tips for effective use.

CodexOpenAIVS Code
0 likes · 10 min read
Unlock AI-Powered Coding: Install and Master OpenAI’s Codex in VS Code
Ubuntu
Ubuntu
Feb 26, 2026 · Fundamentals

Creating a Reproducible Linux Development Setup with VS Code, Conda, and NVM

The guide explains how to set up a reproducible, system‑clean Linux development environment by installing VS Code as a universal editor, managing Python with Miniconda or venv, handling Node.js via NVM, and adding C/C++ and Java toolchains, all with concrete commands and best‑practice tips.

CondaDevelopment EnvironmentLinux
0 likes · 6 min read
Creating a Reproducible Linux Development Setup with VS Code, Conda, and NVM
Ubuntu
Ubuntu
Feb 22, 2026 · Fundamentals

Linux Text Editing Showdown: Getting Started with Nano and Vim

This guide compares the beginner‑friendly Nano and the powerful Vim, detailing how to open, edit, save, and exit files, explaining Vim’s three modes, essential shortcuts, and why mastering these command‑line editors is crucial even when graphical tools like VS Code are available.

LinuxNanoText Editor
0 likes · 5 min read
Linux Text Editing Showdown: Getting Started with Nano and Vim
Node.js Tech Stack
Node.js Tech Stack
Feb 7, 2026 · Artificial Intelligence

GitHub and VS Code Unite Claude, Codex, and Copilot for Seamless AI‑Powered Coding

GitHub’s new Agent HQ feature and VS Code 1.109 let developers run Claude, OpenAI Codex and GitHub Copilot side‑by‑side within a single interface, preserving conversation history, enabling multi‑agent sessions, visualizing Claude’s thinking tokens, and adding tools like an integrated browser, agent skills, sandboxed terminals and Copilot Memory, while both Anthropic and OpenAI stress tighter workflow integration over isolated tools.

AI coding assistantsClaudeCodex
0 likes · 8 min read
GitHub and VS Code Unite Claude, Codex, and Copilot for Seamless AI‑Powered Coding
21CTO
21CTO
Jan 23, 2026 · Information Security

How Malicious tasks.json Can Auto‑Run Code in VS Code and How to Protect Yourself

Security researchers uncovered a vulnerability where malicious code hidden in a VS Code tasks.json file can execute automatically when a folder is opened, prompting a discussion of VS Code's safeguards, the attack's capabilities, and practical steps developers can take to mitigate the risk.

VS Codecontainerizationmalicious code
0 likes · 5 min read
How Malicious tasks.json Can Auto‑Run Code in VS Code and How to Protect Yourself
AI Insight Log
AI Insight Log
Jan 22, 2026 · Artificial Intelligence

Claude Code’s New VS Code Plugin Brings Native GUI and Deep Integration

Anthropic has released the Claude Code VS Code plugin, adding a Spark icon that opens an AI‑powered coding assistant directly in the editor, with features like @‑based fuzzy file referencing, WYSIWYG context capture, Plan Mode approvals, Inline Diffs, Git and MCP integration, and terminal support, while still retaining CLI‑only checkpoints for rollback.

AI codingClaudeGit integration
0 likes · 5 min read
Claude Code’s New VS Code Plugin Brings Native GUI and Deep Integration
Ubuntu
Ubuntu
Jan 12, 2026 · Artificial Intelligence

How to Deploy a Privacy‑First AI Agent Workflow on Ubuntu (No Cloud Needed)

The article explains why running AI locally on Ubuntu offers data security, zero token costs, offline capability, and millisecond response times, then provides a step‑by‑step guide to install Ollama via Snap, pull the DeepSeek Coder 6.7B model, optimize GPU drivers and memory, integrate with VS Code, and monitor resource usage in real time.

DeepSeek CoderGPU OptimizationOllama
0 likes · 5 min read
How to Deploy a Privacy‑First AI Agent Workflow on Ubuntu (No Cloud Needed)
21CTO
21CTO
Jan 11, 2026 · Fundamentals

What’s New in VS Code 1.108? Terminal, Git, and AI Agent Enhancements Explained

Visual Studio Code 1.108, released as the December 2025 update, brings terminal suggestion tweaks, richer GPU‑accelerated rendering, new AI agent “skill” folders, improved Git blame handling, and extensive bug‑fix clean‑up, offering developers a smoother, more customizable coding experience across Windows, macOS and Linux.

GitSoftware UpdateTerminal
0 likes · 5 min read
What’s New in VS Code 1.108? Terminal, Git, and AI Agent Enhancements Explained
IT Services Circle
IT Services Circle
Jan 11, 2026 · Fundamentals

VSCodium vs VS Code: Telemetry, Build Process, and When to Switch

The article explains how VS Code includes hidden telemetry and proprietary components, how the community‑maintained VSCodium removes them through a custom build pipeline, and compares the trade‑offs so developers can decide which editor best fits their privacy and feature needs.

IDETelemetryVS Code
0 likes · 9 min read
VSCodium vs VS Code: Telemetry, Build Process, and When to Switch
macrozheng
macrozheng
Jan 7, 2026 · Fundamentals

Why Developers Are Switching from IntelliJ IDEA to VS Code in the AI Era

The latest IntelliJ IDEA update merged free and paid editions, yet many developers are abandoning it for VS Code because AI‑powered extensions, lower cost, lighter footprint, and broader language support better match the evolving, AI‑driven software development workflow.

AIIDEIntelliJ IDEA
0 likes · 5 min read
Why Developers Are Switching from IntelliJ IDEA to VS Code in the AI Era
AI Insight Log
AI Insight Log
Dec 27, 2025 · Industry Insights

VS Code 1.107 Removes Free IntelliCode – Implications for Developers

VS Code 1.107 deprecates the free, locally‑run IntelliCode extension, urging users toward GitHub Copilot with usage limits and cloud‑based processing, while also introducing TypeScript 7 support, expanded Agent capabilities, experimental Claude Skills, and MCP protocol enhancements.

AI code completionAgentGitHub Copilot
0 likes · 6 min read
VS Code 1.107 Removes Free IntelliCode – Implications for Developers
IT Services Circle
IT Services Circle
Dec 22, 2025 · Frontend Development

Why VS Code’s Free Era Is Ending: IntelliCode Shutdown and AI Agent Overhaul

Microsoft’s VS Code 1.107 update marks the end of its free AI coding tools, discontinuing IntelliCode, introducing AI‑enhanced terminal features, unveiling TypeScript 7.0’s performance boost, and rolling out multi‑agent orchestration that shifts the ecosystem toward paid services like GitHub Copilot.

AIDeveloper ToolsIntelliCode
0 likes · 6 min read
Why VS Code’s Free Era Is Ending: IntelliCode Shutdown and AI Agent Overhaul
21CTO
21CTO
Dec 14, 2025 · Frontend Development

What’s New in VS Code 1.107? AI Agent HQ, TypeScript 7 Preview, and More

VS Code 1.107 introduces Agent HQ for managing multiple AI agents, a preview of TypeScript 7 with a Go‑based compiler, the removal of IntelliCode in favor of GitHub Copilot, new AI‑agent capabilities, a controversial YOLO security option, and several other enhancements aimed at boosting developer productivity.

AI AgentsCopilotEditor updates
0 likes · 7 min read
What’s New in VS Code 1.107? AI Agent HQ, TypeScript 7 Preview, and More
21CTO
21CTO
Dec 8, 2025 · Frontend Development

Why TypeScript 7 Promises Up to 10× Faster Compilation and a Go‑Powered Future

Microsoft announced that the upcoming TypeScript 7 (codenamed Corsa) reaches its final stage, offering near‑full compatibility, up to ten‑fold faster compilation on large codebases, a shift to a Go‑based compiler, and a new VS Code language service with shared‑memory architecture.

GoLanguage ServiceTypeScript
0 likes · 4 min read
Why TypeScript 7 Promises Up to 10× Faster Compilation and a Go‑Powered Future
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 7, 2025 · Frontend Development

20 Must-Have VS Code Extensions to Boost Your Productivity

Discover 20 carefully selected VS Code extensions that enhance productivity across coding, reading, project management, and debugging, offering features such as in-editor novel readers, real-time financial trackers, JSON visualizers, workspace color themes, automatic file history, and code spell checking for developers of all levels.

ExtensionsVS Codedevelopment tools
0 likes · 13 min read
20 Must-Have VS Code Extensions to Boost Your Productivity
Alibaba Cloud Native
Alibaba Cloud Native
Sep 2, 2025 · Artificial Intelligence

How AI Can Design Your SQLite Database and Perform Data Analysis

This guide demonstrates using the Tongyi Lingma AI agent to automatically design an SQLite database schema, generate SQL, insert sample data, and conduct data analysis with visual charts, covering all required installations, configurations, prompts, and code snippets.

AIDatabase DesignMCP
0 likes · 6 min read
How AI Can Design Your SQLite Database and Perform Data Analysis
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Aug 18, 2025 · Frontend Development

Make AI Understand shadcn/ui with the MCP Server

The article introduces shadcn‑ui‑mcp‑server, a Node.js tool that implements a Model Context Protocol to let AI assistants read shadcn/ui component documentation, source code, and demos, enabling richer code suggestions and full‑page layout generation within editors like VS Code, Continue, and Cursor.

AI assistanceModel Context ProtocolNode.js
0 likes · 5 min read
Make AI Understand shadcn/ui with the MCP Server
Aikesheng Open Source Community
Aikesheng Open Source Community
Aug 7, 2025 · Databases

Unlock MySQL REST Service: Step‑by‑Step Installation and API Guide

This tutorial walks you through installing MySQL REST Service on Oracle Linux, configuring the metadata schema, using MySQL Shell in VS Code, loading the component, managing variables, handling X‑protocol settings, creating services, and authenticating via MRS, MySQL Internal, cookie or JWT, with full command‑line examples and code snippets.

MySQL ShellREST ServiceSQL
0 likes · 17 min read
Unlock MySQL REST Service: Step‑by‑Step Installation and API Guide
AI Software Product Manager
AI Software Product Manager
Jul 14, 2025 · Frontend Development

How to Install, Register, and Unlock Unlimited Use of Cursor AI Code Editor

This guide walks you through the purpose and scenarios for Cursor, its evolution, key advantages, step‑by‑step download, installation, 2925 email registration, unlimited renewal tricks, machine‑ID reset via a GitHub release, and configuration including Chinese localization, all illustrated with screenshots and code snippets.

AI IDEChinese localizationCursor
0 likes · 7 min read
How to Install, Register, and Unlock Unlimited Use of Cursor AI Code Editor
DevOps
DevOps
Jun 9, 2025 · Artificial Intelligence

How VS Code’s New AI Features Transform Your Coding Workflow

This article explores Visual Studio Code’s recent AI integration, detailing the new chat interface, shortcut symbols, and MCP configuration options that let developers and even non‑programmers leverage AI assistance directly within the editor.

AI codingChat interfaceIDE
0 likes · 7 min read
How VS Code’s New AI Features Transform Your Coding Workflow
Liangxu Linux
Liangxu Linux
Jun 3, 2025 · Frontend Development

7 Must-Have VS Code Extensions to Supercharge Your Development

This article reviews seven essential Visual Studio Code extensions—REST Client, CSS Peek, Beautify, Auto Rename Tag, Quokka.js, Night Owl, and JavaScript (ES6) code snippets—explaining their key features, usage tips, and why they boost productivity for web developers.

ExtensionsVS Codedevelopment
0 likes · 6 min read
7 Must-Have VS Code Extensions to Supercharge Your Development
ShiZhen AI
ShiZhen AI
May 20, 2025 · Artificial Intelligence

Five Major Announcements from Microsoft at Build 2024

Microsoft's Build 2024 reveal introduces a full coding agent in GitHub Copilot, Copilot tuning for company‑specific language, the Foundry agent factory platform, the NLWeb natural‑language web interface, and the Discovery research stack, while also outlining VS Code's transition to an open‑source AI editor and a slew of related industry updates.

AI AgentsGitHub CopilotMicrosoft
0 likes · 11 min read
Five Major Announcements from Microsoft at Build 2024
Ops Development & AI Practice
Ops Development & AI Practice
Apr 15, 2025 · Frontend Development

How to Build an AI‑Powered VS Code Extension in Minutes

This guide walks you through the VS Code extension architecture and provides a step‑by‑step example that creates a simple AI text‑explanation plugin, covering preparation, project scaffolding, command registration, API integration, debugging, and best‑practice security tips.

AI integrationExtension DevelopmentLLM
0 likes · 12 min read
How to Build an AI‑Powered VS Code Extension in Minutes
Ops Development & AI Practice
Ops Development & AI Practice
Apr 6, 2025 · Industry Insights

How VS Code’s New Copilot Agent and Custom LLM Support Redefine AI‑Assisted Development

The VS Code v1.99 update introduces a Copilot Agent mode that deepens project‑level understanding and adds custom LLM integration—including OpenAI, Azure, Gemini, Anthropic, OpenRouter, and locally‑run Ollama—offering developers greater flexibility, cost control, privacy, and strategic advantages in the evolving AI‑IDE landscape.

AI IDEAI trendsCustom LLM
0 likes · 8 min read
How VS Code’s New Copilot Agent and Custom LLM Support Redefine AI‑Assisted Development
Alibaba Cloud Native
Alibaba Cloud Native
Mar 19, 2025 · Frontend Development

How to Build a Personal Note Website with an AI‑Powered Coding Assistant

This guide walks you through using the Tongyi Lingma AI coding assistant to quickly create a personal note‑taking website with full CRUD functionality, covering preparation, environment setup, step‑by‑step code generation, feature expansion, common pitfalls, and iterative refinement for front‑end developers.

AI coding assistantCRUDTongyi Lingma
0 likes · 21 min read
How to Build a Personal Note Website with an AI‑Powered Coding Assistant
21CTO
21CTO
Mar 16, 2025 · Backend Development

How Microsoft’s Native TypeScript Compiler Slashes Build Times to Seconds

Microsoft’s TypeScript team unveiled a native‑code preview of the compiler, called Corsa, built in Go, promising dramatic performance gains, faster VS Code loading, new AI‑assisted type checking, and a roadmap to a full‑featured command‑line compiler by the end of 2025.

Anders HejlsbergGoTypeScript
0 likes · 6 min read
How Microsoft’s Native TypeScript Compiler Slashes Build Times to Seconds
Liangxu Linux
Liangxu Linux
Mar 15, 2025 · Fundamentals

How to Quickly Set Up a Full Linux C/C++ Development Environment

This step‑by‑step guide shows how to choose a Linux distribution, install GCC, configure Vim/VS Code/CLion, compile and run C/C++ programs, set up debugging with GDB and Valgrind, automate builds with Makefile or CMake, beautify the terminal, and manage code with Git, all with concrete commands and examples.

C++Development EnvironmentGit
0 likes · 15 min read
How to Quickly Set Up a Full Linux C/C++ Development Environment
Code Mala Tang
Code Mala Tang
Feb 13, 2025 · Fundamentals

Top 10 VS Code Extensions to Supercharge Your Python Development

Discover the ten most essential VS Code extensions for Python that boost productivity, improve code quality, and streamline debugging, covering everything from intelligent code completion and formatting to version control insights and Jupyter notebook integration.

ExtensionsPythonVS Code
0 likes · 6 min read
Top 10 VS Code Extensions to Supercharge Your Python Development
Architecture Breakthrough
Architecture Breakthrough
Feb 10, 2025 · Operations

Build a Seamless Writing Toolchain with VS Code, Markdown, and Plugins

The article outlines a practical workflow for planning, writing, formatting, and publishing articles using VS Code, markdown, mind‑map and file‑template plugins, plus browser extensions, enabling creators to produce content efficiently across multiple platforms while maintaining consistent styling.

Content PublishingMarkdownVS Code
0 likes · 8 min read
Build a Seamless Writing Toolchain with VS Code, Markdown, and Plugins
Xuanwu Backend Tech Stack
Xuanwu Backend Tech Stack
Feb 8, 2025 · Artificial Intelligence

How to Connect DeepSeek Models in VS Code Using Continue and SiliconFlow

This guide walks you through registering a SiliconFlow account, obtaining API keys, installing the Continue plugin for VS Code or JetBrains IDEs, configuring DeepSeek models (R1, V3, V2.5) in the plugin’s JSON settings, and testing the integration, with screenshots and full configuration code.

AI code assistantAPI integrationContinue plugin
0 likes · 8 min read
How to Connect DeepSeek Models in VS Code Using Continue and SiliconFlow
Code Mala Tang
Code Mala Tang
Feb 7, 2025 · Artificial Intelligence

Can AI‑Powered Cursor Replace VS Code? In‑Depth Feature Comparison

This article compares the new AI‑integrated Cursor editor with the established Visual Studio Code, examining core features, AI code generation, workflow simplification, ecosystem compatibility, and target developer scenarios, ultimately assessing whether Cursor can realistically supplant VS Code for various programming needs.

AI editorCursorIDE comparison
0 likes · 8 min read
Can AI‑Powered Cursor Replace VS Code? In‑Depth Feature Comparison
Code Mala Tang
Code Mala Tang
Oct 20, 2024 · Frontend Development

Boost Your Coding Efficiency with 5 Essential VS Code Extensions

Discover five VS Code extensions—Error Lens, JavaScript ES6 Snippets, Prettier, Thunder Client, and Auto‑Rename Tag—that dramatically reduce debugging time, streamline coding, and help beginners write cleaner, more productive code.

Coding toolsExtensionsVS Code
0 likes · 7 min read
Boost Your Coding Efficiency with 5 Essential VS Code Extensions
Python Programming Learning Circle
Python Programming Learning Circle
Oct 16, 2024 · Fundamentals

Using Windows Terminal and Visual Studio Code for Python Development on Windows

This guide explains how to set up a smooth Python development workflow on Windows by leveraging Microsoft’s open‑source Windows Terminal and the versatile Visual Studio Code editor, covering installation, configuration, extensions, debugging, testing, and Git integration for both single‑file scripts and larger projects.

GitIDEVS Code
0 likes · 15 min read
Using Windows Terminal and Visual Studio Code for Python Development on Windows
Selected Java Interview Questions
Selected Java Interview Questions
Oct 13, 2024 · Frontend Development

Essential VS Code Extensions for Enhanced Development Productivity

This article introduces a curated set of VS Code extensions—including GlassIt-VSC, Power Mode, Code Runner, Git Graph, Code Spell Checker, LeetCode, Project Manager, TODO Highlight, and Notes—that together improve visual appeal, code execution, version control, spelling accuracy, algorithm practice, project switching, task tracking, and markdown note‑taking for developers.

ExtensionsVS Codecoding
0 likes · 7 min read
Essential VS Code Extensions for Enhanced Development Productivity
21CTO
21CTO
Sep 27, 2024 · Frontend Development

Boost Your Coding Efficiency: Master VS Code Customization, Extensions, and Debugging

Learn how to transform Visual Studio Code into a high‑productivity development environment by customizing the interface, mastering keyboard shortcuts, leveraging powerful extensions like Prettier, ESLint, and Live Server, integrating Git version control, and utilizing IntelliSense, code navigation, and advanced debugging techniques.

ExtensionsGitIDE
0 likes · 21 min read
Boost Your Coding Efficiency: Master VS Code Customization, Extensions, and Debugging
Liangxu Linux
Liangxu Linux
Sep 17, 2024 · Fundamentals

How to Quickly Remove Code Comments in Embedded Projects

This guide explains practical methods—including specialized tools, custom scripts, and regular‑expression tricks in editors like VS Code and Notepad++—to efficiently strip //, /* */ and blank‑line comments from C/C++ source files for software copyright submissions.

NotepadPython scriptVS Code
0 likes · 4 min read
How to Quickly Remove Code Comments in Embedded Projects
IT Services Circle
IT Services Circle
Sep 13, 2024 · Frontend Development

Visual Studio Code August 2023 Update (v1.93): New Features and Improvements

The August 2023 release of Visual Studio Code (v1.93) introduces a unified Profiles editor, enhanced Linux window controls, Django unit‑test support, richer IntelliSense on vscode.dev, a Notebook diff viewer, keyboard column resizing, a dedicated Source Control Graph view, and several GitHub Copilot enhancements.

Developer ToolsIDESoftware Update
0 likes · 3 min read
Visual Studio Code August 2023 Update (v1.93): New Features and Improvements
Java Backend Technology
Java Backend Technology
Sep 9, 2024 · Frontend Development

How JSON Hero Transforms JSON Viewing for Developers

JSON Hero is a lightweight, feature‑rich tool that offers multiple visualizations of JSON data, easy local installation, direct web usage, searchable tree structures, and shareable links, making JSON inspection and editing faster and more intuitive for developers.

ToolVS CodeViewer
0 likes · 4 min read
How JSON Hero Transforms JSON Viewing for Developers
21CTO
21CTO
Sep 7, 2024 · Frontend Development

What’s New in VS Code 1.93? ESM Migration, SQL Fixes, and Enhanced IntelliSense

The VS Code 1.93 release brings a major shift to ESM modules, fixes SQL language highlighting, adds configuration file UI improvements, introduces Django test support, and enhances IntelliSense and experimental network inspection for JavaScript and Node.js developers.

DjangoESMIntelliSense
0 likes · 6 min read
What’s New in VS Code 1.93? ESM Migration, SQL Fixes, and Enhanced IntelliSense
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 7, 2024 · Fundamentals

Boost VS Code Productivity with Shortcuts, Themes, Extensions, and Settings

This guide explains how to dramatically improve VS Code productivity by mastering essential keyboard shortcuts, customizing themes, installing efficiency‑boosting extensions, and tweaking settings such as sidebar placement and diff view, offering practical tips for developers to work faster and more comfortably.

SettingsVS Codeeditor customization
0 likes · 6 min read
Boost VS Code Productivity with Shortcuts, Themes, Extensions, and Settings
Code Mala Tang
Code Mala Tang
Aug 5, 2024 · Backend Development

Master VS Code launch.json: Debug Node.js and Chrome with Ease

This guide explains why developers love Google DevTools, introduces VS Code's launch.json for configuring debugging sessions, covers REPL basics, provides practical examples for Node.js and Chrome debugging, and details every launch.json option with descriptions, types, defaults, and sample code.

ChromeConfigurationNode.js
0 likes · 11 min read
Master VS Code launch.json: Debug Node.js and Chrome with Ease
Code Mala Tang
Code Mala Tang
Jul 18, 2024 · Backend Development

Master Node.js Debugging with VS Code: A Complete Guide

This tutorial explains the fundamentals of Node.js debugging, covering V8 and Chrome DevTools Protocol basics, step‑by‑step CDP usage, built‑in debugger commands, and detailed VS Code configuration to help developers efficiently locate and fix issues.

Backend DevelopmentChrome DevTools ProtocolNode.js
0 likes · 17 min read
Master Node.js Debugging with VS Code: A Complete Guide
Programmer DD
Programmer DD
Jul 12, 2024 · Backend Development

What’s New in VS Code for Java June 2024? Project Settings, Spring & Gradle Updates

The June 2024 VS Code for Java update introduces enhanced project settings with new compiler, Maven, and formatter tabs, easier access via the status bar, test coverage improvements, Gradle Build Server projects, Spring feature upgrades including @DependsOn support and Spring Boot 3.3 compatibility, and new extension packs for Java development.

Extension PackJavaSpring
0 likes · 8 min read
What’s New in VS Code for Java June 2024? Project Settings, Spring & Gradle Updates
21CTO
21CTO
Jul 1, 2024 · Fundamentals

Explore Positron: The Next‑Gen VS Code‑Based IDE for R and Python

Positron, the new beta IDE from Posit built on Visual Studio Code, offers a ready‑to‑use, cross‑platform environment for R and Python with integrated data exploration tools, seamless language switching, and easy extension management via OpenVSX, while still being an early‑stage project.

IDEOpenVSXPositron
0 likes · 5 min read
Explore Positron: The Next‑Gen VS Code‑Based IDE for R and Python
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
21CTO
21CTO
Jun 10, 2024 · Frontend Development

Build a VS Code Extension to Auto‑Switch Node.js Versions Across Projects

This guide walks you through creating a VS Code extension that automatically detects the Node.js version specified in each project's package.json and switches the editor’s environment accordingly, covering setup with Yeoman, core activation code, debugging, packaging, and publishing to the Marketplace.

ExtensionJavaScriptNode.js
0 likes · 6 min read
Build a VS Code Extension to Auto‑Switch Node.js Versions Across Projects
MoonWebTeam
MoonWebTeam
Jun 4, 2024 · Frontend Development

Unlock VS Code’s Power: A Deep Dive into Extension Architecture and Development

This article explores VS Code’s plugin ecosystem, detailing its capabilities, multi‑process architecture, Electron foundation, extension loading mechanisms, and step‑by‑step guidance for building, debugging, and publishing extensions—including language server integration—while highlighting best practices for efficient development.

ElectronExtension DevelopmentLSP
0 likes · 16 min read
Unlock VS Code’s Power: A Deep Dive into Extension Architecture and Development
Ops Development & AI Practice
Ops Development & AI Practice
Jun 2, 2024 · Fundamentals

Master MSVC: Install, Configure, and Compile C/C++ on Windows

This guide introduces Microsoft Visual C++ (MSVC), covering its key features, installation via Visual Studio or Build Tools, command‑line and VS Code integration, step‑by‑step compilation commands, and advanced options like parallel builds and PGO, helping developers efficiently build C/C++ projects on Windows.

Build ToolsC#Compilation
0 likes · 7 min read
Master MSVC: Install, Configure, and Compile C/C++ on Windows
21CTO
21CTO
May 29, 2024 · Frontend Development

Top 10 Must‑Have VS Code Extensions Every Developer Should Use

Discover the ten most popular VS Code extensions that boost productivity, improve code readability, streamline debugging, and enhance web development workflows, making them essential tools for any serious programmer.

ExtensionsVS Codecoding efficiency
0 likes · 5 min read
Top 10 Must‑Have VS Code Extensions Every Developer Should Use
21CTO
21CTO
May 11, 2024 · Artificial Intelligence

Oracle Unveils Code Assist: An AI-Powered Coding Companion for Java, SQL, and More

Oracle announced its upcoming AI coding assistant, Code Assist, tailored for Java, Oracle Database, NetSuite scripts, and Oracle Cloud, offering chat-driven code suggestions, documentation generation, and security scanning across VS Code and JetBrains IDEs, while emphasizing multi‑language support and data privacy.

AI coding assistantCloudIntelliJ
0 likes · 5 min read
Oracle Unveils Code Assist: An AI-Powered Coding Companion for Java, SQL, and More
Liangxu Linux
Liangxu Linux
Apr 16, 2024 · Frontend Development

VS Codium vs VS Code: Which Open‑Source Editor Should You Choose?

This article compares VS Codium and VS Code, covering their licensing, telemetry, extension ecosystems, community support, and integration capabilities, to help developers decide which editor best fits their need for openness, features, and privacy.

ExtensionsTelemetryVS Code
0 likes · 6 min read
VS Codium vs VS Code: Which Open‑Source Editor Should You Choose?
Python Programming Learning Circle
Python Programming Learning Circle
Apr 7, 2024 · Fundamentals

Comparative Analysis of VS Code and JetBrains IDEs: Inspection, Refactoring, Debugging, Git Integration, Extensibility, and Collaboration

The article provides a detailed comparison between VS Code and JetBrains IDEs, examining their code inspection, refactoring, debugging, Git integration, extensibility, and collaboration features, and concludes with recommendations based on the author's five‑year development experience.

Code RefactoringDeveloper ToolsGit integration
0 likes · 17 min read
Comparative Analysis of VS Code and JetBrains IDEs: Inspection, Refactoring, Debugging, Git Integration, Extensibility, and Collaboration
php Courses
php Courses
Feb 18, 2024 · Backend Development

Automating PHP Code Formatting with PHP‑CS‑Fixer and VS Code

This guide explains how to use PHP‑CS‑Fixer together with VS Code to automatically format PHP code, enforce consistent coding standards, and improve readability, maintainability, and team collaboration across growing projects.

AutomationCode formattingPHP
0 likes · 6 min read
Automating PHP Code Formatting with PHP‑CS‑Fixer and VS Code
21CTO
21CTO
Feb 7, 2024 · Fundamentals

How VS Code’s New ‘Hey Code’ Voice Feature Is Changing Coding

Visual Studio Code now offers a voice‑driven "Hey Code" feature for Copilot subscribers, enabling local speech‑to‑text transcription, configurable auto‑save, and floating editor windows, while still in early development and limited to English, highlighting both its potential and current limitations for developers.

Developer ToolsHey CodeVS Code
0 likes · 5 min read
How VS Code’s New ‘Hey Code’ Voice Feature Is Changing Coding
Liangxu Linux
Liangxu Linux
Feb 3, 2024 · Fundamentals

VS Codium vs VS Code: Which Open‑Source Editor Should You Choose?

This article compares VS Code and its fully open‑source fork VS Codium, detailing differences in extensions, licensing, telemetry, support, and integration, and helps readers decide which editor best fits their need for openness versus feature richness.

ExtensionsPrivacyVS Code
0 likes · 7 min read
VS Codium vs VS Code: Which Open‑Source Editor Should You Choose?
Architecture & Thinking
Architecture & Thinking
Jan 8, 2024 · Artificial Intelligence

How Baidu Comate Supercharges Coding: A Practical AI Assistant Guide

This article introduces Baidu Comate, an AI-powered coding assistant built on the Wenxin model, explains how to install it, demonstrates its real-time code completion, comment generation, test creation, and optimization features across multiple languages and IDEs, and highlights its benefits for developers.

AI coding assistantGoLarge Language Model
0 likes · 10 min read
How Baidu Comate Supercharges Coding: A Practical AI Assistant Guide
21CTO
21CTO
Dec 6, 2023 · Backend Development

Master Java Development in VS Code: Step‑by‑Step Guide for 2024

Microsoft reports over 2.5 million Java developers using VS Code and outlines a new roadmap, while this guide walks you through installing the JDK, adding the Java extension pack, and creating Java projects in VS Code with troubleshooting tips.

Backend DevelopmentDevelopment EnvironmentJava
0 likes · 4 min read
Master Java Development in VS Code: Step‑by‑Step Guide for 2024
Sohu Tech Products
Sohu Tech Products
Oct 18, 2023 · Fundamentals

10 Essential VS Code Tips to Boost Your Productivity

Mastering VS Code’s Timeline view, Auto Save, Command Palette, rapid file navigation, line‑jump shortcuts, one‑click line deletion, smooth caret animation, instant code formatting, multi‑cursor editing, and quick new file/folder creation equips developers with ten essential tricks that dramatically accelerate coding efficiency and workflow productivity.

Coding TipsIDEShortcuts
0 likes · 10 min read
10 Essential VS Code Tips to Boost Your Productivity
Java Backend Technology
Java Backend Technology
Oct 17, 2023 · Cloud Native

Why Is Microsoft Suddenly Embracing Java? Inside Its Cloud‑Native Push

Microsoft has announced a renewed commitment to Java, unveiling a dedicated website, enhanced VS Code features, and deeper Azure integration, while recounting its historic legal battles and strategic shifts, illustrating how the tech giant now aims to attract Java developers to build and migrate cloud‑native applications.

AzureCloud NativeJava
0 likes · 9 min read
Why Is Microsoft Suddenly Embracing Java? Inside Its Cloud‑Native Push
Liangxu Linux
Liangxu Linux
Sep 19, 2023 · Operations

How to Set Up VS Code Remote Development for Seamless Cloud Coding

This guide walks you through configuring VS Code for remote development using SSH, covering environment variable setup, installing the Remote‑SSH extension, configuring connection settings, enabling password‑less login, and using the remote editor and terminal to work on cloud‑hosted code as if it were local.

Cloud ComputingRemote developmentVS Code
0 likes · 6 min read
How to Set Up VS Code Remote Development for Seamless Cloud Coding
IT Services Circle
IT Services Circle
Sep 5, 2023 · Fundamentals

Microsoft Announces Retirement of Visual Studio for Mac IDE

Microsoft announced that Visual Studio for Mac will be retired, ending support after August 31, 2024, and explained its history from SharpDevelop to Xamarin Studio, the reasons for low adoption, and offered alternatives such as VS Code with C# Dev Kit, VM-based Windows VS, and JetBrains Rider.

.NETC#IDE
0 likes · 8 min read
Microsoft Announces Retirement of Visual Studio for Mac IDE
Tencent Cloud Developer
Tencent Cloud Developer
Sep 4, 2023 · Frontend Development

Microkernel Architecture and Plugin System Design: Principles, Practices, and H5 Cloud Gaming Case Study

The article explains microkernel (plugin) architecture principles, compares pipeline, onion, and event‑based plugin patterns, illustrates implementations in VS Code, Gulp, and Webpack, and presents an H5 cloud‑gaming SDK case study that refactors plugin management with classified responsibilities, JavaScript Proxies, and open‑closed design for extensibility.

Plugin systemVS Codeevent-driven programming
0 likes · 31 min read
Microkernel Architecture and Plugin System Design: Principles, Practices, and H5 Cloud Gaming Case Study
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 29, 2023 · Information Security

Top 5 VS Code Extensions for Enhancing Code Security

This article introduces five essential Visual Studio Code extensions—1Password, Decompiler, Cloak, ESLint, and Snyk—that help developers securely manage secrets, decompile binaries, hide sensitive values, enforce safe coding standards, and automatically scan for vulnerabilities within the editor.

CloakCode ScanningPassword Management
0 likes · 11 min read
Top 5 VS Code Extensions for Enhancing Code Security
Tencent Cloud Developer
Tencent Cloud Developer
Aug 10, 2023 · Artificial Intelligence

Can GitHub Copilot Chat Boost Your Coding Efficiency? A Hands‑On Review

This article evaluates the new Copilot Chat feature in VS Code 1.80, showing how to install it, use its slash commands for code explanation, bug fixing, test generation, and project scaffolding, while highlighting its strengths, current limitations, and practical impact on developer productivity.

AI coding assistantGitHub CopilotVS Code
0 likes · 6 min read
Can GitHub Copilot Chat Boost Your Coding Efficiency? A Hands‑On Review
21CTO
21CTO
Aug 1, 2023 · Artificial Intelligence

How to Set Up and Master CodeGPT in VS Code for AI-Powered Coding

This guide walks you through installing the CodeGPT extension in Visual Studio Code, configuring your OpenAI API key, and using its features—code generation, explanation, refactoring, and unit test creation—to boost productivity with AI-assisted programming.

AI codingCodeGPTOpenAI API
0 likes · 8 min read
How to Set Up and Master CodeGPT in VS Code for AI-Powered Coding
Kuaishou E-commerce Frontend Team
Kuaishou E-commerce Frontend Team
Jul 13, 2023 · Frontend Development

Master Vue Internationalization with vue‑swift‑i18n: Full Feature Guide

This guide explains how the vue‑swift‑i18n VS Code extension automates detection, JSON generation, key replacement, tooltip display, JSON flattening, and code completion for Chinese strings in Vue projects, providing step‑by‑step instructions, configuration options, and practical examples to streamline internationalization.

AutomationInternationalizationVS Code
0 likes · 8 min read
Master Vue Internationalization with vue‑swift‑i18n: Full Feature Guide
Huolala Tech
Huolala Tech
May 23, 2023 · Frontend Development

One‑Click VS Code Image Upload Extension to Supercharge Your Workflow

This article presents a step‑by‑step guide to building a VS Code extension that streamlines image handling by automatically resolving paths, compressing files with Tinify, uploading them to OSS, and inserting the resulting URLs, dramatically reducing repetitive work and improving development efficiency.

AutomationExtensionImage Upload
0 likes · 15 min read
One‑Click VS Code Image Upload Extension to Supercharge Your Workflow
Python Programming Learning Circle
Python Programming Learning Circle
Apr 1, 2023 · Fundamentals

JupyterLab Visual Debugger and xeus‑python Kernel: Installation, Features, and Front‑End Architecture

The article introduces JupyterLab’s new visual debugger, explains why debugging is needed in Jupyter, provides installation commands for the front‑end extension and xeus‑python kernel, describes the debugger’s UI components and capabilities, and compares it with a VS Code visual debugging tool.

DebuggerIDEJupyterLab
0 likes · 6 min read
JupyterLab Visual Debugger and xeus‑python Kernel: Installation, Features, and Front‑End Architecture
Programmer DD
Programmer DD
Mar 12, 2023 · Fundamentals

Boost Your Git Commits with the VS Code GPTCommit Extension

Learn how the VS Code extension vscode‑gptcommit leverages ChatGPT to automatically craft clear commit messages from file changes, with step‑by‑step installation, shortcut usage, and API key setup, helping you avoid hesitation and reviewer criticism.

AutomationChatGPTExtension
0 likes · 3 min read
Boost Your Git Commits with the VS Code GPTCommit Extension
Programmer DD
Programmer DD
Mar 3, 2023 · Fundamentals

What’s New in VS Code 1.76? Top Features You Should Try

VS Code 1.76 introduces configurable profile badges, a movable Explorer view, enhanced accessibility cues, smarter notebook kernel selection, workspace‑wide Markdown header linking, streamlined remote‑development menus, new Git/GitHub documentation, improved Marketplace search, Jupyter IPyWidgets 8 support, and advanced Python pytest IntelliSense, all aimed at boosting developer productivity.

IDE FeaturesVS Codedevelopment tools
0 likes · 6 min read
What’s New in VS Code 1.76? Top Features You Should Try