eclipse sts 快捷键
1. ctrl + m 全屏/取消全屏
2.快速切换上面标签
ctrl + pageup/pagedown : 标签左右切换
ctrl + < > : 标签前后访问处切换
New Java files
${package_declaration}
/**
* @Description: ${todo}(用一句话描述该文件做什么)
* @author sycheng
* @date ${date}
* @version V1.0
*/
${type_declaration}
Methods
/**
* @Title: ${enclosing_method}
* @Description: ${todo}(这里用一句话描述这个方法的作用)
* @param ${tags} 参数
* @return ${return_type} 返回类型
* @throws
*/
* @Title: ${enclosing_method}
* @Description: ${todo}(这里用一句话描述这个方法的作用)
* @param ${tags} 参数
* @return ${return_type} 返回类型
* @throws
*/
java基础知识