ctags with CUDA files

Wednesday, November 10, 2010

To get ctags to properly tag functions in your *.cu files, run ctags as below (--exclude is to exclude the .pc directory generated by quilt):

 ctags  --langmap=c:+.cu --exclude=".pc" --recurse 

0 comments: