Reflection?

Hi there,
I am new here… today I have installed everything to develop with CUDA, all works fine excluding IntelliSense in Visual Studio 2008 and 2010 with cu file; I have done this:

copy C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 3.2\C\doc\syntax_highlighting\visual_studio_8\usertype.dat to C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE

Highlight works but IntelliSense no, I would like type a code and IntelliSense (likewise reflection in C#) show me signature of cuda function and more (like cudaMalloc, float 4, global, device…). at the moment IntelliSense works fine only with standard C functions and types but no with CUDA extensions… I am newbie with CUDA and I think that IntelliSense can help me a lot in development process because I do not remember each signature of function.

Thanks a lot for any help ^^

Hi there,
I am new here… today I have installed everything to develop with CUDA, all works fine excluding IntelliSense in Visual Studio 2008 and 2010 with cu file; I have done this:

copy C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 3.2\C\doc\syntax_highlighting\visual_studio_8\usertype.dat to C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE

Highlight works but IntelliSense no, I would like type a code and IntelliSense (likewise reflection in C#) show me signature of cuda function and more (like cudaMalloc, float 4, global, device…). at the moment IntelliSense works fine only with standard C functions and types but no with CUDA extensions… I am newbie with CUDA and I think that IntelliSense can help me a lot in development process because I do not remember each signature of function.

Thanks a lot for any help ^^

Partially solved:

Copy all .h files from C:\Program Files (x86)\NVIDIA GPU Computing Toolkit\CUDA\v3.2\include to Header Files in Visual Studio Solution.

This trick works only with Visual Studio 2008, have someone any other suggestions better than mine and that works for both Visual Studio 2008/2010.

Thx for help :D

Partially solved:

Copy all .h files from C:\Program Files (x86)\NVIDIA GPU Computing Toolkit\CUDA\v3.2\include to Header Files in Visual Studio Solution.

This trick works only with Visual Studio 2008, have someone any other suggestions better than mine and that works for both Visual Studio 2008/2010.

Thx for help :D