Reflections of my thoughts: http://www.codereflect.com/2008/09/how-to-enable-syntax-highlighting-for.html
How to Integrate CUDA with Vis
· 1 year ago
[...] But in Windows world, most of the developers are much satisfied with the IDE Visual Studio. So may have to leave the world of command line compilation and source editing in favor of improving our productivity. If we can integrate the CUDA development to Visual Studio IDE, that’s pretty nice no? In one of my previous post, I said about enabling syntax highlighting for CUDA files under Visual Studio. [...]
RockSamurai
· 1 year ago
It was very helpful. Thanks
Fooble
· 11 months ago
Note that this enables syntax highlighting (which is really nice), but it doesn't enable IntelliSense for .cu files.
Nevaco
· 11 months ago
That's correct Fooble. But do you know how to enable IntelliSense so it can support Cuda functions, variables, etc??
cr333
· 11 months ago
Just to let you know, this also works on Visual Studio 2008 which is supported from CUDA 2.1 beta onwards.
MechLab
· 11 months ago
It doesn't Quite work for VS2008 - All the c highlighting works fine - from the .cu file association However CUDA keywords are still not highlighted... __global__ __host__ __device__ __constant__ __shared__
RAMIN
· 10 months ago
HOW DO Keyword highlight in visual c++ 6.0???? BACKGROUND TEXT OR SET COLOR(X,Y) visual c++ 6.0 visual c++ 6.0 visual c++ 6.0 visual c++ 6.0
Thanks
All the c highlighting works fine - from the .cu file association However CUDA keywords are still not highlighted...
__global__
__host__
__device__
__constant__
__shared__
BACKGROUND TEXT
OR
SET COLOR(X,Y)
visual c++ 6.0
visual c++ 6.0
visual c++ 6.0
visual c++ 6.0
PLEAS HELP ME <INTERMANCH@GMAIL.COM">br>INTERMANCH@GMAIL.COM
Thank you!
Worked pretty fine.
regards,
Salman,
ProgrammerFish