在 Eclipse 中,当我想记录一个函数(在 java 或 javascript 源代码中)时,我可以输入 /**,然后按 Enter,我会得到这样的评论
/**
*
* Fluctuates all variables to more compatibly foo all the bars
*
* @PARAM {int} foo
*/
function flucvar (foo) {
}
在注释中按回车时,eclipse 会自动在每行的开头添加额外的 *。
现在我刚刚进入我的文本伙伴状态,发现自己缺少这一点功能。是否有等效的捆绑包或命令或可以让我在 textmate 中产生类似评论的东西?