gpt4 book ai didi

eclipse - 如何更好地使用eclipse代码模板(PHP)?

转载 作者:行者123 更新时间:2023-12-04 20:59:22 25 4
gpt4 key购买 nike

我遇到的一个特殊问题是在 Eclipse PDT 模板中使用 ${word_selection}。

我最近尝试在 Eclipse PDT 2.1 中使用一些代码模板来加速一些常见任务。我们使用了很多 getter/setter,所以我写了下面的模板。

function get${word_selection}() {
return $$this->getData('${word_selection}');
}

function set${word_selection}($$${word_selection}) {
$$this->setData('${word_selection}', $$${word_selection});
}

我将模板命名为“getset”,我知道使用 Code Assist 的唯一方法是输入:“getset”然后点击我的代码辅助键(我将它设置为 Esc,但我认为默认值是 Ctrl+Space)。问题是,这实际上并没有让我选择 ${word_selection} 使用的单词。

如何输入我的模板名称,点击组合键,并同时选择一个单词?

我还想知道人们设置了哪些类型的模板,以及使用模板加快编程速度的任何其他技巧。

最佳答案

看这个链接:http://2tbsp.com/node/104
它描述了两件事:pdt 代码模板和代码片段。

how do I type in my template name, hit the key combo, and have a word selected all at the same time?



我认为这不能用代码模板来实现,而是用代码片段。我个人根本不使用它们,但我可能会开始:-)

关于eclipse - 如何更好地使用eclipse代码模板(PHP)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2575642/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com