简体   繁体   中英

How Visual Studio Intellisense works?

有人可以了解intellisense在Visual Studio中的工作原理吗?

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,

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.

Background compilation, really. Visual Studio continuously compile your code as you type them, with bit more lenience compared to standard compiler of course, since your code isn't completed yet. Notice that other than listing a new class member as you add them, it also detect errors in your code right away. If you did this before VS 2008 SP1 though, you'll instead envy the VB camp

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM