Skip to content
New issue

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

typescript 中的 模板字符串 中第一个表达式总是无法获取到变量提示 #26984

Closed
shynome opened this issue May 20, 2017 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) typescript Typescript support issues

Comments

@shynome
Copy link

shynome commented May 20, 2017

  • VSCode Version: Code 1.12.2 (19222cd, 2017-05-10T13:20:36.315Z)
  • OS Version: Windows_NT ia32 10.0.14393
  • Extensions:

Steps to Reproduce:

1.输入 es6 模板字符串 ``
2.在其中插入变量 ${ x } , 在 x 区域获取不到提示

@mjbvz mjbvz self-assigned this May 21, 2017
@mjbvz mjbvz added the info-needed Issue requires more information from poster label May 21, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented May 21, 2017

Can you manually trigger suggestions in the string using ctrl + space?

@mjbvz mjbvz added the typescript Typescript support issues label May 21, 2017
@shynome
Copy link
Author

shynome commented May 22, 2017

@mjbvz Thanks , it's hulepful .
Before the 1.1 version, I just type is enough , I want to know how to be like before .

@mjbvz mjbvz added *duplicate Issue identified as a duplicate of another issue(s) and removed info-needed Issue requires more information from poster labels May 22, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented May 22, 2017

This is a duplicate of #23962 To replicate the old behavior, try:

"editor.quickSuggestions": {
        "other": true,
        "comments": false,
        "strings": true
    }

@mjbvz mjbvz closed this as completed May 22, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) typescript Typescript support issues
Projects
None yet
Development

No branches or pull requests

2 participants