Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想设置模板以自动评论我的吸气剂,例如:
int getNumberOfQuestions()
理想情况下,这应该给我
恢复价值numberOfQuestions
numberOfQuestions
所以我没有抓住的是好的,我可以NumberOfQuestions用 eg(1) 但实际上我有${e.g(1).rsfl()}并且无法成功删除拆分,如果我删除rsfl我没有拆分但我丢失了小写的第一个字母???
NumberOfQuestions
${e.g(1).rsfl()}
rsfl
使用fl(先到下):${e.g(1).fl()}
fl
${e.g(1).fl()}