没有对 eclipse-CDT 的面包屑支持吗?
我非常习惯使用 Eclipse 来处理与 java 相关的项目,因此我认为我也可以使用 Eclipse CDT 来处理 C 项目。 “在面包屑中显示”是一个漂亮的小功能,可以显示光标当前所在的方法(在 Eclipse JAVA 中)。
我在 Eclipse CDT 中没有看到该选项。在某种程度上,它很难实施吗?我能找到的最接近使用面包屑功能的是:
转到大纲窗格,打开其菜单(顶部的向下箭头,右侧 侧)并选中“与编辑器链接”框。现在方法名称将 突出显示以与光标位置一致。
来自(源):此处。
是否有其他替代方法可以让面包屑功能在 Eclipse CDT 下工作?
I'm so used to working with Eclipse for java related projects that I thought I'd work with Eclipse CDT for C-projects too. 'Show in Breadcrumbs' was a nifty little feature that would show what method the cursor currently is at (in Eclipse JAVA).
I don't see that option in Eclipse CDT. Is it in some way, hard to implement? The closest I could find to using the breadcrumbs feature was this :
Go to Outline pane, open its menu (down arrowhead on the top, right
side) and check the box "Link With Editor". Now the method name will
be highlighted to coincide with the cursor location.
From(source) : here.
Are there any other alternatives to get the Breadcrumbs feature working under Eclipse CDT?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
否。 :-(
Link with Editor
不仅在 Outline 视图中可用,而且在 Project Explorer 视图中也可用,No. :-(
Link with Editor
is not only available in the Outline view, but also in the Project Explorer view, and others