Ctrl+P
一款针对lemo的GS语法高亮显示的VSCode插件。
gfof→
for(const item of object) {}
gfunc→
function name(args) {}
gfn→
() => {}
gif→
if (condition) {}
gelif→
else if (condition) => {}
gel→
else {}