Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Snippets
>
hyh snippets
New to Visual Studio Code?
Get it now.
hyh snippets
heyihuan
|
65 installs
|
(
0
)
|
Free
hyh代码片段
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
hyh的极简代码片段 逐渐更新中
Trigger
Content
Code
c→
控制台打印
console.log
a→
警告输出
alert
f→
箭头函数
() => {}
jsx→
jsx文件格式
import React...