Textmate to browse C++ project with a bunch of files and CUDA
I am new to Textmate. I have to work on a CUDA C++ project and at the moment just would like to get the project (bunch of files and directories), start with the main C++ file and from there, selecting functions and that Textmate jumps to the definitions which usually are in other files. Is it possible with Textmate and moreover with CUDA?
Do not need 开发者_如何学Cto compile, just efficiently browse code
You want the CTags bundle for TextMate. Here's a tutorial that explains how to do by hand what the bundle does for you.
精彩评论