VS Code 图标的含义?
我如何找到这些图标的含义?而且那里也有相同的代码但不同的图标(2x LN10)为什么?
How can i find these icons meanings? And also there are same codes but different icons there (2x LN10) why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 VSCode 文档的 IntelliSense 部分找到它们。它们通常引用它们引用的变量或值的类型,也可以通过扩展进行修改。您可以在这里阅读有关它们的更多信息:https://code.visualstudio。 com/docs/editor/intellisense#_types-of-completions
You can find them on the IntelliSense section of the VSCode docs. They typically refer to the types of the variable or value that they are referencing and can be modified by extensions as well. You can read more about them here: https://code.visualstudio.com/docs/editor/intellisense#_types-of-completions