JavaScript Next Snippets
这是您需要的最后一个 JavaScript 2017 & React Sublime snippets 包。
详细信息
安装数量
- 总计 25K
- Win 17K
- Mac 4K
- Linux 4K
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 2 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 2 | 2 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 3 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 2 | 2 | 0 | 2 | 0 | 0 | 1 | 0 | 1 | 0 | 2 | 0 | 2 | 2 | 2 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
说明书
JavaScript Next Snippets
您需要的最后一个 JavaScript 2017 & React snippets 包。
安装
由于包控制尚未接受此包,您需要手动安装。
git clone https://github.com/AlexKvazos/javascript-next-snippets ~/Library/Application Support/Sublime Text 3/Packages/javascript-next-snippets
可用的片段
Javascrpt
触发器 | 片段 |
---|---|
log→ | console.log() |
info→ | console.info() |
warn→ | console.warn() |
error→ | console.error() |
table→ | console.table() |
alert→ | alert() |
confirm→ | confirm() |
prompt→ | prompt() |
setTimeout→ | setTimeout() |
setInterval→ | setInterval() |
addEventListener→ | addEventListener() |
arr→ | let array = [] |
obj→ | let object = {} |
tern→ | condition ? () : () |
React
触发器 | 片段 |
---|---|
_rcc→ | React Class Component |
_rfc→ | React Functional Component |
_cwm→ | componentWillMount() |
_cwu→ | componentWillUpdate() |
_cwun→ | componentWillUnmount() |
_cdm→ | componentDidMount() |
_cdu→ | componentDidUpdate() |
_cwr→ | componentWillReceiveProps() |
_scu→ | shouldComponentUpdate() |
setState→ | setState() |