VB IDE Code Pane Auto Complete.

This is my former Mousewheel AddIn enhanced to add Auto Complete functionality to the VB Codepanes. Autocompleted are all module-wide and/or project-wide Variable/Sub/Function/Property/Declared names (Private, Friend, and Public) and also a rather long list of VB-keywords (statement- and function-names). The mousewheel functionality has also been debugged and enhanced. 

One little drawback though: this does not work in the SDI-environment.

Simply compile the DLL into your VB folder. 


