Eclipse CDT 生成的 getter/setter 名称
有没有办法(通过 UI 或在配置文件中)将 Eclipse CDT 生成的 C++ getter/setter 的名称从 Java 风格的 getSomething()
更改为更像 C++ 的 <代码>某事()?
Is there a way (either via the UI, or in config files) to change the names of the C++ getters/setters generated by Eclipse CDT from the Java-style getSomething()
to the more C++ like something()
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
现在可以通过以下菜单:
It's now possible via the following menu:
不幸的是,目前绝对没有办法做到这一点,因为 get 和 set 前缀是硬编码在生成 Getters/Setter 向导代码中的。
Unfortunately there's absolutely no way to do that currently, as get and set prefixes are hard-coded in Generate Getters/Setters wizard code.