Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 eclipse 来修改 cpp 项目。你能告诉我如何找到一个定义的函数被使用的所有地方吗?已经尝试过 ctrl + alt + g 和 ctrl + h 。但是,它们会返回工作区中的所有内容以及搜索到的名称,而不是所需功能的确切用法。
你试过 ctrl+shift+g 吗?应该找到对所选标识的所有引用。