How does intellisense work in Visual Studio?

2019-01-27 23:09发布

I hope this is a valid question: how does intellisense work in VS2008? I'm after what is known about the algorithm it uses to find the suggestions, when exactly it pops up (the "." is just one obvious trigger), how its behavior can be modified if at all possible, etc.

To put this question into context: The main issue I'm trying to resolve is how to activate and deactivate intellisense in portions of the editor screen and how to modify where it searches to populate the suggestion box.

All information is welcome.

7条回答
欢心
2楼-- · 2019-01-27 23:36

Take a look at this DIY Intellisense article on CodeProject.

查看更多
登录 后发表回答