P/Invoke Add-In for Visual Studio .NET 2003

From the must-read-blog of Chris Sells comes word about an add-in for Visual Studio .NET 2003 that allows you to insert P/Invoke signatures by right-clicking in your source code. If that isn’t cool enough, you can also contribute P/Invoke signatures and types to www.pinvoke.net, the interop wiki (great use of web services). The add-in also highlights possible alternative managed APIs that may help avoid a P/Invoke call altogether. Props to Adam Nathan for creating this useful tool.