Textmate to browse C++ project with a bunch of files and CUDA

夙愿已清 提交于 2019-12-11 07:52:38

问题


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 to compile, just efficiently browse code


回答1:


You want the CTags bundle for TextMate. Here's a tutorial that explains how to do by hand what the bundle does for you.



来源:https://stackoverflow.com/questions/6094502/textmate-to-browse-c-project-with-a-bunch-of-files-and-cuda

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!