没有对 eclipse-CDT 的面包屑支持吗?

发布于 2024-12-17 11:07:36 字数 432 浏览 2 评论 0原文

我非常习惯使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

巴黎盛开的樱花 2024-12-24 11:07:36

否。 :-(

  • 选项 Link with Editor 不仅在 Outline 视图中可用,而且在 Project Explorer 视图中也可用,
  • 您可以使用 Mylyn,它还会自动将 Project Explorer 视图与您编辑的文件/函数。

No. :-(

  • The option Link with Editor is not only available in the Outline view, but also in the Project Explorer view, and others
  • You can use Mylyn, which also automatically links the Project Explorer view with the file/function you edit.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文