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
事象 codic extensionから利用すると、LetterCaseが正しく働かない。
以下例 連絡先と変換した場合 PascalCase→Contact address camelCase→contact address snake_case→contact address SNAKE_CASE→CONTACT ADDRESS userでもglobalでも設定しましたが、変わらず。
別文字列だと出来たりするので、出来るものと出来ないものが出ているようです。
当方環境 vscodeバージョン: 1.38.1 and 1.39.0 OS: Windows_NT x64 10.0.18362
The text was updated successfully, but these errors were encountered:
No branches or pull requests
事象
codic extensionから利用すると、LetterCaseが正しく働かない。
以下例
連絡先と変換した場合
PascalCase→Contact address
camelCase→contact address
snake_case→contact address
SNAKE_CASE→CONTACT ADDRESS
userでもglobalでも設定しましたが、変わらず。
別文字列だと出来たりするので、出来るものと出来ないものが出ているようです。
当方環境
vscodeバージョン: 1.38.1 and 1.39.0
OS: Windows_NT x64 10.0.18362
The text was updated successfully, but these errors were encountered: