Eclipse CDT 生成的 getter/setter 名称

发布于 2024-08-04 04:39:37 字数 141 浏览 4 评论 0原文

有没有办法(通过 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 技术交流群。

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

发布评论

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

评论(2

°如果伤别离去 2024-08-11 04:39:37

现在可以通过以下菜单:

在此处输入图像描述

It's now possible via the following menu:

enter image description here

踏月而来 2024-08-11 04:39:37

不幸的是,目前绝对没有办法做到这一点,因为 getset 前缀是硬编码在生成 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.

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