This plugin can help you quickly understand which characters are used in a certain content. It is usually used when doing font simplification and other operations.
本插件可以帮助您快速了解某段内容中都使用了哪些字符。通常在做字体精简等操作时会用到。
Features
The function and operation are very simple:
Select a text.
In the command selection area (shortcut: Ctrl+Shift+P), enter usedchar and press Enter.
A tooltip will appear in the lower right corner, telling you which characters are used. You can right-click in the tooltip and select Copy Text.
You can find the full command of this plugin in the selection list below after typing usedchar. Press the gear icon to the right of the command to assign a shortcut key to it.
Characters are automatically sorted in the following order: 0-9, A-Z, a-z, English punctuation, Japanese characters, Korean characters, other languages and special symbols.
npm install -g yo generator-code @vscode/vsce
npm install
npm run compile
vsce package
Release Notes
1.0.0
Initial release.
Core functions.
LICENSE
Copyright (c) 2024 KagurazakaYashi
used-characters is licensed under Mulan PSL v2.
You can use this software according to the terms and conditions of the Mulan
PSL v2.
You may obtain a copy of Mulan PSL v2 at:
http://license.coscl.org.cn/MulanPSL2
THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
See the Mulan PSL v2 for more details.