Closed suzhenyu22 closed 5 years ago
Please share a sample file and a line number where autocomplete is not working.
i am writing sql, when i type code, it can find some similar notes, but when i write the comment, it can't. is there i miss some setting?
Thank you for the screenshot. I will look into the issue
@suzhenyu22 Seems to be working for me. Can you sand me a sample file where you are having issues. There might be some extension conflicting.
i read the vscode config setting, i found something , when i change it, all works.
// Controls whether suggestions should automatically show up while typing.
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
}
that's why autocomplete not wroks in comments and strings.
Wonderful. I will put that in the readme for others.
when write sql, some infomation in the commnet, it can not be autocomplete.