I was playing around with the idea of using Visual Studio's < include > tag to store some or all my code documentation separately from it's source, but when I tried creating a test xml file and pointed at it using the include for some of my methods, I discovered that intellisense didn't work for those methods.
Is the include tag for xml comments supposed to support intellisense, or is it not supported (for what I assume would be reasons of practicality)? If it is supported, then what might I be doing wrong? I'm pretty sure that my XPath is well formed, since StyleCop wasn't complaining about it.
I'm using VS2008, and I recently installed Resharper, StyleCop and StyleCop for Resharper.