This extension adds support for Chinese syntax in JavaScript code within VS Code. It replaces traditional JavaScript keywords with their Chinese equivalents, providing a localized programming experience for Chinese-speaking developers. Features include syntax highlighting and language support for `.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Welcome to the Chinese JavaScript (cn-js) Language Support extension for Visual Studio Code. This extension provides comprehensive support for writing JavaScript code using Chinese keywords.
Features
Chinese Keywords: Write JavaScript code using Chinese keywords.
Syntax Highlighting: Enhanced syntax highlighting for better readability.
Code Snippets: Useful code snippets to speed up your development process.
IntelliSense: Autocompletion and IntelliSense support for Chinese JavaScript.
Requirements
Visual Studio Code version 1.50.0 or higher.
Node.js installed on your system.
Extension Settings
This extension contributes the following settings:
cnJs.enable: Enable/disable the Chinese JavaScript support.
cnJs.snippets: Enable/disable code snippets for Chinese JavaScript.
Known Issues
Limited support for some advanced JavaScript features.
Potential conflicts with other JavaScript extensions.
Release Notes / Changelog
1.0.0
Changelog Date: 15/09/2024
Initial release of Chinese JavaScript (cn-js) Language Support.