Eclipse CDT 有没有办法自动从 .到->
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
即将推出的 Eclipse Indigo CDT 8.0 具有该功能。
The upcoming CDT 8.0 for Eclipse Indigo has that feature.