Simplified auto complete

Typescript

I would like to know how I can simplify my auto complete. Whenever I ask, he ends up suggesting some words instead of just suggesting the typing. How can I disable these word suggestions and leave only the typing suggestion?

1

Completion shows string literals found in project here. Showing these suggestions on hitting Ctrl+Space within quotes is expected, but normally they appear in the bottom of the list, after valid types.

Do you have a sample project you can share that reproduces the issue?

0

I don't have a sample where this occurs in a more gross way. However, is there a way to disable the suggestion of literary strings?

0
No, there is no way to disable it.
0

请先登录再写评论。