Outlining in VS2008 Anyone know how?

I was able to get syntax highlighting for VS2008 enabled for *.cu files, but how can I do outlining?

Matt

I always just go to Edit->Outlining->Collapse to Definitions (Shortcut: Ctrl+M, O). Then outlining is enabled for all your current methods. For new methods, I recommend selecting everything between the open and closing brackets (including the brackets themselves), and selecting Edit->Outlining->Hide Selection (Shortcut: Ctrl+M, Ctrl+H). I have not yet figured out how to get VS2008 to automatically do this on file open or method definition, though.

-Jeff