Visual Studio Intellisense 如何工作?
有人可以解释一下 Visual Studio 中的智能感知究竟是如何工作的吗?
Can somebody please shed light on how exactly intellisense works in Visual Studio?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
智能感知背后的秘密是在后台运行的构建提供程序。本文将进一步阐述此主题:
http://aspalliance.com/1102_Creating_a_Custom_BuildProvider_in_ASPNET_20
希望这会有所帮助,
The secret behind intellisense is Build Providers, which run in the background. This article will throw more light on this topic:
http://aspalliance.com/1102_Creating_a_Custom_BuildProvider_in_ASPNET_20
Hope this helps,
这是一篇 MSDN 文章,提供了概述。它讨论了功能、特定于语言的主题、自定义(当它不可用时)以及许多其他主题。
Here's an MSDN article providing an overview. It discusses features, language specific topics, customation, when it's not available and a number of other topics.