【发布时间】:2013-02-15 11:12:09
【问题描述】:
在哪里可以找到 netbeans 7.3+ 中特定 c++ 项目的解析器索引/缓存?
我使用 grep 来查找我在这个项目中使用的一些函数名称。
grep -nisr ~/<netbeansfolder> '<function name here>'
grep -nisr ~/.neatbeans/<version> '<function name here>'
grep -nisr ~/<projectfolder>/nbproject '<function name here>'
什么也没找到……有什么线索或想法吗?
【问题讨论】:
标签: c++ linux ubuntu caching netbeans