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
假设有某条 Txn 如下:
2021-03-07 * "Payee|收款人" "Narration|描述" Assets:Current:Account:Wechat -135.00 CNY Expenses:Diet:MealsNutrition
那么如果想要修改 "Payee|收款人" 这一部分,选中后按 " 键是不会触发自动补全建议的 如果没有后面的 "Narration|描述",则可以正常触发
猜测是 VSCode 的核心机制问题 是否考虑引入单引号 ' 作为备用触发字符?或者把 " 替换?
'
"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
假设有某条 Txn 如下:
2021-03-07 * "Payee|收款人" "Narration|描述"
Assets:Current:Account:Wechat -135.00 CNY
Expenses:Diet:MealsNutrition
那么如果想要修改 "Payee|收款人" 这一部分,选中后按 " 键是不会触发自动补全建议的
如果没有后面的 "Narration|描述",则可以正常触发
猜测是 VSCode 的核心机制问题
是否考虑引入单引号
'
作为备用触发字符?或者把"
替换?The text was updated successfully, but these errors were encountered: