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
Steps to Reproduce:
1.输入 es6 模板字符串 `` 2.在其中插入变量 ${ x } , 在 x 区域获取不到提示
The text was updated successfully, but these errors were encountered:
Can you manually trigger suggestions in the string using ctrl + space?
ctrl
space
Sorry, something went wrong.
@mjbvz Thanks , it's hulepful . Before the 1.1 version, I just type is enough , I want to know how to be like before .
This is a duplicate of #23962 To replicate the old behavior, try:
"editor.quickSuggestions": { "other": true, "comments": false, "strings": true }
mjbvz
No branches or pull requests
Steps to Reproduce:
1.输入 es6 模板字符串 ``
2.在其中插入变量 ${ x } , 在 x 区域获取不到提示
The text was updated successfully, but these errors were encountered: