Eclipse CDT 有没有办法自动从 .到->

发布于 2024-11-08 13:34:29 字数 321 浏览 0 评论 0原文

Qt Creator 有一个我非常喜欢的简洁功能。当我输入 obj.method 时,如果 obj 是指针,它会自动用箭头 (->) 替换句点 (.)。

其实是有道理的。你永远不想输入pointer.something,它是不合法的。

有没有办法用Eclipse CDT实现类似的功能?

这个问题与此处找到的旧问题重复,但我也想念该功能并且我不确定对该问题的评论是否会“影响”它。

The Qt Creator have a neat feature I really like. When I'm typing obj.method, it would automatically replace the period (.) with an arrow (->), if obj is a pointer.

Makes sense actually. You never want to type pointer.something, it wouldn't be legal.

Is there a way to achieve a similar function with Eclipse CDT?

This question is a duplicate from an old one found here but i also miss that function and i'm not sure that a comment to that question will "bump" it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

演多会厌 2024-11-15 13:34:29

即将推出的 Eclipse Indigo CDT 8.0 具有该功能。

The upcoming CDT 8.0 for Eclipse Indigo has that feature.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文