Tag

VSCode

0 views collected around this technical thread.

IT Services Circle
IT Services Circle
May 26, 2025 · Frontend Development

Microsoft Releases Native TypeScript Preview with Up to 10× Performance Boost Using Go

Microsoft unveiled a native preview of TypeScript rewritten in Go, delivering up to ten‑fold speed improvements in compilation, detailing the motivations for the rewrite, performance benchmarks, installation commands, VS Code extension support, current limitations, and future development plans.

CompilerGoNativePreview
0 likes · 5 min read
Microsoft Releases Native TypeScript Preview with Up to 10× Performance Boost Using Go
DevOps
DevOps
May 20, 2025 · Artificial Intelligence

Microsoft Open Sources GitHub Copilot Extension for VSCode under MIT License

Microsoft announced at Build 2025 that the GitHub Copilot Extension for VSCode will be released as open‑source under the MIT license, detailing the integration of AI agent capabilities into VSCode, the motivations behind the move, and the upcoming roadmap for community‑driven development.

AI agentsArtificial IntelligenceGitHub Copilot
0 likes · 5 min read
Microsoft Open Sources GitHub Copilot Extension for VSCode under MIT License
IT Services Circle
IT Services Circle
Apr 26, 2025 · Databases

Popular VS Code Database Client Extensions and How to Use Them

This article introduces several widely used Visual Studio Code extensions for database management—including SQLTools, MSSQL, Database Client, DBCode, DevDb, and MongoDB for VS Code—detailing their features, supported databases, installation steps, and marketplace links to help developers choose the right tool for their workflow.

DevDbMSSQLMongoDB
0 likes · 5 min read
Popular VS Code Database Client Extensions and How to Use Them
IT Services Circle
IT Services Circle
Mar 22, 2025 · Information Security

Microsoft Restores Material Theme Extensions After False Security Flag

Microsoft reinstated the "Material Theme - Free" and "Material Theme Icons - Free" VSCode extensions after an AI‑driven security scan mistakenly flagged them as malicious, prompting a public apology and a review of its scanning policies.

AI scannerInformation securityMaterial Theme
0 likes · 5 min read
Microsoft Restores Material Theme Extensions After False Security Flag
Java Tech Enthusiast
Java Tech Enthusiast
Mar 20, 2025 · Information Security

Microsoft Restores VS Code Themes After False Positive Security Scan

Microsoft reinstated the popular Material Theme and Material Theme Icons extensions on the Visual Studio Marketplace after determining that the obfuscated code flagged by an AI‑based security scan was merely an old build script, apologizing to the developer, restoring the account, and announcing updates to its obfuscation policy and scanning tools to prevent similar false positives.

AI scanningMarketplaceSecurity
0 likes · 3 min read
Microsoft Restores VS Code Themes After False Positive Security Scan
JD Tech Talk
JD Tech Talk
Mar 4, 2025 · Artificial Intelligence

Building a Local Personal Knowledge Base with Ollama, DeepSeek‑R1, AnythingLLM and Integrating Continue into VSCode

This guide walks through setting up a local personal knowledge base using Ollama, DeepSeek‑R1, and AnythingLLM, and demonstrates how to integrate the Continue AI code assistant into VSCode, covering installation, configuration, and usage tips for efficient, secure development.

AI integrationAnythingLLMDeepSeek
0 likes · 10 min read
Building a Local Personal Knowledge Base with Ollama, DeepSeek‑R1, AnythingLLM and Integrating Continue into VSCode
Architecture & Thinking
Architecture & Thinking
Feb 27, 2025 · Artificial Intelligence

How to Seamlessly Integrate DeepSeek AI into VSCode with the Cline Plugin

This step‑by‑step guide shows you how to obtain a DeepSeek API key, install VSCode and the open‑source Cline extension, configure the plugin to connect to DeepSeek, and use AI‑powered code assistance while covering common pitfalls and alternative models.

AI integrationAPI keyCline
0 likes · 6 min read
How to Seamlessly Integrate DeepSeek AI into VSCode with the Cline Plugin
IT Services Circle
IT Services Circle
Feb 24, 2025 · Fundamentals

Overview of VSCode AI Extensions and Tools

This article introduces Visual Studio Code as a free, open‑source code editor and provides a comprehensive overview of popular AI‑powered extensions—including Cline, Roo Code, Continue, Codeium, Tongyi Lingma, Fitten Code, CodeGeeX, GitHub Copilot, Tabnine, Blackbox AI, and Cursor—detailing their features, supported models, and where to obtain them.

AI extensionsSoftware DevelopmentVSCode
0 likes · 6 min read
Overview of VSCode AI Extensions and Tools
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 11, 2025 · Frontend Development

Developing VSCode Extensions: Alias Manager and Copy Filename Pro

The author shares the complete development journey of two VSCode extensions—Alias Manager for managing shell aliases with grouping and internationalization, and Copy Filename Pro for quickly copying file and directory names—detailing motivations, design ideas, implementation steps, and useful tooling recommendations.

Alias ManagerCopy FilenameTypeScript
0 likes · 6 min read
Developing VSCode Extensions: Alias Manager and Copy Filename Pro
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 14, 2024 · Fundamentals

Building a VSCode Extension that Shows Kung Fu Animation While You Code

This tutorial walks you through creating a VSCode extension that pre‑loads animation frames from a video, listens to typing events, and uses the TextEditorDecorationType API to display a fast‑paced fight animation in the editor, complete with combo counters and inactivity handling.

FFmpegTutorialTypeScript
0 likes · 8 min read
Building a VSCode Extension that Shows Kung Fu Animation While You Code
Java Architect Essentials
Java Architect Essentials
Oct 16, 2024 · Frontend Development

One‑Click VSCode Snippet Configuration and Usage Guide

This article explains how to create, configure, and use one‑click VSCode code snippets for multiple languages, covering snippet structure, configuration options, examples, special characters, built‑in variables and functions, and how to migrate snippets across projects.

ConfigurationFrontendVSCode
0 likes · 9 min read
One‑Click VSCode Snippet Configuration and Usage Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 11, 2024 · Backend Development

Understanding VS Code's IPC Architecture and Channel Mechanism

This article explains VS Code's inter‑process communication (IPC) architecture, detailing how preload scripts expose methods, how the main process creates Server, Connection, and Channel classes, how the renderer creates a Client to connect, and how ProxyChannel converts services to typed channels, with full TypeScript code examples.

ElectronIPCInterprocess Communication
0 likes · 11 min read
Understanding VS Code's IPC Architecture and Channel Mechanism
Architect's Guide
Architect's Guide
Sep 28, 2024 · Frontend Development

One‑Click VSCode Snippet Configuration and Customization Guide

This tutorial shows how to collect, configure, and customize reusable VSCode code snippets for JavaScript, TypeScript, Vue, Java and other languages, enabling developers to replace repetitive boiler‑plate with a single click and tailor placeholder behavior to their workflow.

ConfigurationJavaScriptVSCode
0 likes · 8 min read
One‑Click VSCode Snippet Configuration and Customization Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 25, 2024 · Frontend Development

Essential VSCode Extensions for Frontend Development

This article presents a comprehensive, experience‑based list of VSCode extensions for frontend developers, covering language support, Git management, code formatting, productivity tools, and visual enhancements to streamline daily coding tasks and improve code quality.

Code FormattingFrontendGit
0 likes · 8 min read
Essential VSCode Extensions for Frontend Development
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 24, 2024 · Frontend Development

Creating a VSCode Extension to Display a Background Video

This article explains how to develop a VSCode extension that injects a video element into the editor’s workbench, allowing users to set a dynamic background video (such as the Wukong promotional clip), with configurable opacity, video selection, installation, and uninstallation instructions.

Background VideoElectronJavaScript
0 likes · 8 min read
Creating a VSCode Extension to Display a Background Video
Python Programming Learning Circle
Python Programming Learning Circle
Aug 1, 2024 · Frontend Development

Top 10 VSCode Extensions for Fun and Productivity

This article presents a curated list of ten popular VSCode extensions that let developers enjoy games, track stocks, read novels, solve LeetCode problems, and more, providing entertaining and useful tools to boost productivity while working in the editor.

VSCodedeveloperextensions
0 likes · 7 min read
Top 10 VSCode Extensions for Fun and Productivity
IT Services Circle
IT Services Circle
Jul 18, 2024 · Frontend Development

Top 10 Underrated VSCode Extensions to Boost Your Development Efficiency

This article introduces ten lesser‑known but highly useful VSCode extensions—ranging from workspace theming and comment coloring to TODO management, Git visualization, partial diffs, project switching, console logging, and Zen mode—to help front‑end developers dramatically improve productivity and workflow.

FrontendVSCodedevelopment
0 likes · 4 min read
Top 10 Underrated VSCode Extensions to Boost Your Development Efficiency
Python Programming Learning Circle
Python Programming Learning Circle
Jul 15, 2024 · Frontend Development

Recommended VSCode Extensions for Enhancing Appearance, Functionality, and Coding Efficiency

This article presents a curated list of over 60 VSCode extensions, organized into categories such as appearance optimization, functional extensions, coding efficiency boosts, and code formatting, providing practical descriptions, usage tips, and visual examples to help developers improve their editing experience.

FrontendVSCodecoding
0 likes · 16 min read
Recommended VSCode Extensions for Enhancing Appearance, Functionality, and Coding Efficiency
php中文网 Courses
php中文网 Courses
Jul 9, 2024 · Backend Development

Top Text Editors and IDEs for PHP Development: Features and Benefits

This article reviews six popular text editors and IDEs for PHP development—Visual Studio Code, PHPStorm, Sublime Text, Atom, Notepad++, and NetBeans—highlighting their key features, advantages, and why developers might choose each to boost coding efficiency and workflow.

AtomNotepadPHP
0 likes · 9 min read
Top Text Editors and IDEs for PHP Development: Features and Benefits