Tagged articles
135 articles
Page 2 of 2
政采云技术
政采云技术
Aug 24, 2021 · Frontend Development

Automating WeChat Mini‑Program Build and Deployment with a VSCode Extension

This article details how to create a VSCode plugin that automates the entire workflow of building, versioning, and publishing a WeChat mini‑program using uni‑app, shell commands, Git operations, Dubbo service calls, and the WeChat DevTools CLI, providing code examples and step‑by‑step analysis.

DubboGitShell
0 likes · 17 min read
Automating WeChat Mini‑Program Build and Deployment with a VSCode Extension
Java Backend Technology
Java Backend Technology
Jul 24, 2021 · Backend Development

What’s New in VS Code’s Java Roadmap? Security, Remote Dev, and More

Microsoft’s Visual Studio Code roadmap for Java (July‑December 2021) outlines security enhancements with Workspace Trust, expanded remote development via GitHub Codespaces, new Gradle and Maven support, testing APIs, virtual‑thread debugging, and ongoing improvements to code completion, navigation, and large‑scale project handling.

Remote DevelopmentVSCodeVisual Studio Code
0 likes · 5 min read
What’s New in VS Code’s Java Roadmap? Security, Remote Dev, and More
Taobao Frontend Technology
Taobao Frontend Technology
May 25, 2021 · Frontend Development

Build and Publish a VSCode Code Snippets Extension—Avoid Common Pitfalls

This guide walks you through creating a VSCode code‑snippets extension from environment setup, Azure DevOps publisher registration, project scaffolding with Yeoman, configuring package.json and snippet JSON, debugging inside the extension host, packaging with vsce, and finally publishing the extension to the marketplace, while highlighting common pitfalls to avoid.

ExtensionJavaScriptTutorial
0 likes · 8 min read
Build and Publish a VSCode Code Snippets Extension—Avoid Common Pitfalls
MaGe Linux Operations
MaGe Linux Operations
Apr 18, 2021 · Fundamentals

Top VS Code Extensions Every Python Developer Should Use in 2021

This guide introduces the most essential Visual Studio Code extensions for Python developers, covering tools for code analysis, snippets, docstring generation, testing, preview, type hinting, and Jupyter Notebook integration, each with download links and key features to boost productivity.

DebuggingDevelopmentExtensions
0 likes · 7 min read
Top VS Code Extensions Every Python Developer Should Use in 2021
Liangxu Linux
Liangxu Linux
Apr 10, 2021 · Fundamentals

Master LeetCode Problem Solving with VSCode: A Complete Setup Guide

This guide walks you through downloading, installing, and configuring VSCode, exploring its interface, adding the LeetCode extension, and using language-specific plugins so you can efficiently browse, code, and submit LeetCode problems directly from the editor.

ExtensionsIDELeetCode
0 likes · 5 min read
Master LeetCode Problem Solving with VSCode: A Complete Setup Guide
Node Underground
Node Underground
Mar 28, 2021 · Backend Development

Master Node.js Debugging: From Built‑in Inspector to VSCode Integration

This guide explains how to efficiently debug Node.js applications using built‑in inspector flags, breakpoints, Chrome's inspect UI, and VSCode integration, covering setup, command‑line options, configuration files, and advanced features like AutoAttach for a smoother development workflow.

Node.jsVSCodebreakpoints
0 likes · 10 min read
Master Node.js Debugging: From Built‑in Inspector to VSCode Integration
21CTO
21CTO
Dec 28, 2020 · Fundamentals

PyCharm vs VS Code: Which Python IDE Is Right for You?

This article compares PyCharm and VS Code, examining their strengths and weaknesses in areas such as autocomplete, extension handling, memory usage, cost, and extensibility, to help developers decide which Python IDE best fits their workflow and project needs.

ComparisonIDEPyCharm
0 likes · 5 min read
PyCharm vs VS Code: Which Python IDE Is Right for You?
MaGe Linux Operations
MaGe Linux Operations
Dec 13, 2020 · Fundamentals

PyCharm vs VSCode: Which Python IDE Fits Your Workflow?

This article compares PyCharm and VSCode for Python development, weighing factors like autocomplete reliability, extension management, cost, memory usage, and community support to help developers decide which IDE best matches their needs.

ComparisonPyCharmVSCode
0 likes · 5 min read
PyCharm vs VSCode: Which Python IDE Fits Your Workflow?
The Dominant Programmer
The Dominant Programmer
Nov 10, 2020 · Fundamentals

How to Easily Create Flowcharts Directly in VSCode

This guide shows how to install the Draw.io Integration extension in VSCode, create a .drawio file, design flowcharts within the editor, load additional symbols, and export the diagram in various formats without leaving the IDE.

DiagrammingDraw.ioFlowchart
0 likes · 2 min read
How to Easily Create Flowcharts Directly in VSCode
Liangxu Linux
Liangxu Linux
Aug 26, 2020 · Operations

Turn Windows 10 into a Full‑Featured Linux Development Workstation with WSL 2

This guide explains why dual‑booting is being replaced by WSL 2, describes its architecture and performance benefits, and provides step‑by‑step instructions for installing Ubuntu 20.04, configuring WSL 2, and setting up VS Code, Docker, Kubernetes, and the new Windows Terminal for a powerful developer workstation.

Development EnvironmentDockerKubernetes
0 likes · 9 min read
Turn Windows 10 into a Full‑Featured Linux Development Workstation with WSL 2
Aotu Lab
Aotu Lab
Jul 7, 2020 · Frontend Development

Learn VSCode’s Architecture to Build Scalable IDEs and Master Modern Front‑End Tools

This article explores VSCode’s modular architecture for building large‑scale IDEs, dives into micro‑kernel plugin patterns with Vue and Xigua Player, showcases UI animation trends, introduces ARCore Depth API, highlights Flutter’s desktop support, and reviews Node.js monitoring and load‑testing tools.

FlutterIDELoad Testing
0 likes · 7 min read
Learn VSCode’s Architecture to Build Scalable IDEs and Master Modern Front‑End Tools
DevOps Engineer
DevOps Engineer
May 25, 2020 · Operations

How to Lint Jenkins Declarative Pipelines Using REST API and VS Code Plugin

This article explains two practical methods—using a custom linter.sh script that calls Jenkins's REST API and employing the Jenkins Pipeline Linter Connector VS Code extension—to validate declarative pipeline syntax before committing, reducing repeated build failures caused by syntax errors.

JenkinsPipelineREST API
0 likes · 4 min read
How to Lint Jenkins Declarative Pipelines Using REST API and VS Code Plugin
ITPUB
ITPUB
May 19, 2020 · Backend Development

How to Install Go on Linux and Set Up VSCode Remote Debugging

This guide walks you through downloading the Go source, manually installing it on a Linux server, configuring workspace and environment variables, and then using VSCode for remote development, debugging, and handling command‑line arguments and environment variables in Go programs.

GolangInstallationRemote Development
0 likes · 10 min read
How to Install Go on Linux and Set Up VSCode Remote Debugging
Programmer DD
Programmer DD
Jan 20, 2020 · Operations

Deploy Code Instantly with Alibaba Cloud Toolkit for VSCode

This article explains how to install the Alibaba Cloud Toolkit extension for Visual Studio Code and use its one‑click packaging and deployment features to send code to Alibaba Cloud ECS or any remote server, dramatically speeding up development workflows.

Alibaba CloudAutomationDeployment
0 likes · 5 min read
Deploy Code Instantly with Alibaba Cloud Toolkit for VSCode
WecTeam
WecTeam
Dec 24, 2019 · Frontend Development

How to Get Full TypeScript IntelliSense in Plain JavaScript with VSCode

This tutorial explains how to bring TypeScript‑style type checking and autocomplete into regular JavaScript files using VSCode, JSDoc comments, and declaration files, allowing developers to enjoy static‑type benefits without converting the whole project to .ts files.

JSDocJavaScriptType Declarations
0 likes · 31 min read
How to Get Full TypeScript IntelliSense in Plain JavaScript with VSCode
Sohu Tech Products
Sohu Tech Products
Dec 11, 2019 · Frontend Development

26 Amazing VS Code Extensions for JavaScript Developers (2019)

This article presents a curated list of 26 powerful Visual Studio Code extensions—including Project Snippets, Better Comments, Bracket Pair Colorizer, Material Theme, ESLint, Stylelint, REST Client, and many more—that enhance productivity, code quality, and workflow for JavaScript and TypeScript developers.

ExtensionsJavaScriptTooling
0 likes · 11 min read
26 Amazing VS Code Extensions for JavaScript Developers (2019)
政采云技术
政采云技术
Oct 10, 2019 · Frontend Development

DIY VSCode Extension: A Step‑by‑Step Guide to Boost Development Efficiency

This article provides a comprehensive tutorial on creating a VSCode extension—from preparing the development environment and using Yeoman scaffolding to implementing code‑snippet contributions, debugging, packaging, and publishing—complete with command‑line examples and detailed explanations of key configuration files.

Extension DevelopmentNode.jsVSCode
0 likes · 11 min read
DIY VSCode Extension: A Step‑by‑Step Guide to Boost Development Efficiency
AutoHome Frontend
AutoHome Frontend
Jun 3, 2019 · Frontend Development

Boost JavaScript Type Safety in VS Code with JSDoc Annotations

Learn how to enable static type checking for JavaScript in Visual Studio Code using JSDoc comments, covering configuration, type definitions, generics, type casting, and runtime safeguards to improve code reliability without a separate build step.

JSDocJavaScriptStatic Type Checking
0 likes · 20 min read
Boost JavaScript Type Safety in VS Code with JSDoc Annotations
AutoHome Frontend
AutoHome Frontend
May 14, 2019 · Fundamentals

Boost Your VSCode Productivity with Essential Settings and Shortcuts

This guide walks you through a collection of VSCode tweaks—including project switching, file preview handling, window title customization, minimap and cursor tweaks, breadcrumb navigation, theme token adjustments, and handy keyboard shortcuts—plus a must‑have Settings Sync extension, all aimed at streamlining your daily coding workflow.

TipsVSCodecustomization
0 likes · 9 min read
Boost Your VSCode Productivity with Essential Settings and Shortcuts