Tag

extension development

0 views collected around this technical thread.

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 FilenameVSCode
0 likes · 6 min read
Developing VSCode Extensions: Alias Manager and Copy Filename Pro
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 19, 2024 · Frontend Development

Building a Discreet VSCode Extension for Browsing Content While Coding

This article guides front‑end developers through creating a discreet VSCode extension that fetches and displays content such as news or comments, detailing required knowledge, installation steps, key APIs like status bar, commands, quick pick, hover providers, and includes essential code snippets.

PuppeteerVSCodeextension development
0 likes · 14 min read
Building a Discreet VSCode Extension for Browsing Content While Coding
Laiye Technology Team
Laiye Technology Team
Mar 4, 2022 · Frontend Development

Developing a VSCode Snippet Extension for Team Code Sharing

This article explains how to create, configure, and publish a VSCode extension that provides shared code snippets for a development team, covering the plugin architecture, command registration, snippet syntax, and packaging steps with practical TypeScript examples.

VSCodecode snippetsextension development
0 likes · 10 min read
Developing a VSCode Snippet Extension for Team Code Sharing
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Apr 16, 2020 · Backend Development

How to Build and Install a PHP Extension from Scratch

This guide walks you through creating a PHP extension, covering environment setup, using phpize, configuring, compiling with make, installing the shared test.so module, adding it to php.ini, and verifying its functionality with command‑line tests, preparing you for production deployment.

CompilationLinuxPHP
0 likes · 3 min read
How to Build and Install a PHP Extension from Scratch
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Apr 16, 2020 · Backend Development

Build a Basic PHP Extension: Step‑by‑Step Guide

This guide walks you through creating a simple PHP extension, from generating the skeleton with ext_skel.php to understanding each generated file—config.m4, config.w32, php_test.h, test.c, and tests—so you can confidently build and install your own extension.

Backend DevelopmentC++PHP
0 likes · 3 min read
Build a Basic PHP Extension: Step‑by‑Step Guide
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Oct 29, 2019 · Backend Development

How to Secure PHP Code with the Open‑Source screw‑plus Extension

This article explains how to protect commercial PHP projects from source leakage by using the open‑source screw‑plus extension to encrypt and obfuscate code, covering PHP extension lifecycle, hook mechanisms, encryption workflow, implementation details, and practical advantages and limitations.

PHPbackend securitycode encryption
0 likes · 9 min read
How to Secure PHP Code with the Open‑Source screw‑plus Extension
政采云技术
政采云技术
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.

Node.jsPublishingSnippets
0 likes · 11 min read
DIY VSCode Extension: A Step‑by‑Step Guide to Boost Development Efficiency
Tencent Cloud Developer
Tencent Cloud Developer
Feb 15, 2017 · Backend Development

PHP7 Upgrade Practice for QQ Member Activity Platform (AMS)

The QQ Member Activity Platform upgraded its legacy PHP 5.2/Apache 2.0 stack to PHP 7.0 with Apache 2.4 through staged migrations, extensive extension refactoring, and rigorous debugging, ultimately achieving roughly double the request‑handling performance and significant hardware cost savings while maintaining service stability.

ApacheBackend DevelopmentHHVM
0 likes · 23 min read
PHP7 Upgrade Practice for QQ Member Activity Platform (AMS)