看到知乎上的回答,vscode修改设置的:
"editor.parameterHints": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
}
PS:可惜写样式的时候只能按照顺序往后加,如果写了一个之后样式之后,再往前写就没有提示了
本文介绍了如何在VSCode中设置代码提示功能,包括参数提示及快速建议等,以提高编程效率。
看到知乎上的回答,vscode修改设置的:
"editor.parameterHints": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
}
PS:可惜写样式的时候只能按照顺序往后加,如果写了一个之后样式之后,再往前写就没有提示了
转载于:https://www.cnblogs.com/su20110702048/p/7170719.html
2188

被折叠的 条评论
为什么被折叠?