Can somebody please shed light on how exactly intellisense works in Visual Studio?
Asked
Active
Viewed 1,761 times
5
-
Are you looking for how to use it efficiently or details on how it is implemented? – Fredrik Mörk Mar 18 '11 at 06:25
-
1How it is implemented? Just to know .... :-) because as soon as i make change somewhere its reflected in the intellisense, that's just amazing. – Novice Mar 18 '11 at 06:26
-
I think you want details on how to implement it? – Robin Maben Mar 18 '11 at 06:34
2 Answers
5
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,

Pranay Rana
- 175,020
- 35
- 237
- 263
2
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.

Jay Riggs
- 53,046
- 9
- 139
- 151