We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, the command ZL / Zl for the wrong word UPPERR, it suggests Upper, without keeping letter capitalization.
ZL
Zl
UPPERR
Upper
It looks able to distinguish lowerr_case (lower suggested) and UpperrCamelCase (Upper suggested).
lowerr_case
lower
UpperrCamelCase
Couldn't it care ALL-CHAR-UPPER-CASE?
例えば、コマンド ZL / Zl を スペルミス UPPERR に適用した際、 Upper の語が サジェストされますが、単語のアルファベット 全 大文字 の候補ではありません。
小文字 (loower_case → lower) や、頭のみ大文字 (UpperrCamelCase → Upper) は 識別しているようです。
loower_case
同様に、全部 大文字 の単語 についても 対応できないでしょうか?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example, the command
ZL
/Zl
for the wrong wordUPPERR
,it suggests
Upper
, without keeping letter capitalization.It looks able to distinguish
lowerr_case
(lower
suggested) andUpperrCamelCase
(Upper
suggested).Couldn't it care ALL-CHAR-UPPER-CASE?
例えば、コマンド
ZL
/Zl
を スペルミスUPPERR
に適用した際、Upper
の語が サジェストされますが、単語のアルファベット 全 大文字 の候補ではありません。小文字 (
loower_case
→lower
) や、頭のみ大文字 (UpperrCamelCase
→Upper
) は 識別しているようです。同様に、全部 大文字 の単語 についても 対応できないでしょうか?
The text was updated successfully, but these errors were encountered: