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.
我用 eclipse 做了很多 javascript 的东西,所以“console.log()”是我的朋友。
有没有办法告诉eclipse在cmd + shift + c这样的快捷方式上插入“console.log()”(例如)
这不是自定义快捷方式。这个怎么样:
首选项 -> JavaScript -> 编辑器 -> 模板 -> 新建
Name: log Pattern: console.log()
点击【确定】
打开.js文件
类型l
l
为内容辅助使用快捷命令(出现对话框)
选择log
log
它将console.log()在编辑器上插入
console.log()