CodeSandBox.io

写 Vue 时遇到的一个问题

issue 11121631.gif

CodeSandbox is an online editor that helps you create web applications, from prototype to deployment.

Key Bindings

/* Raw */
Alt + Down -- Move Statement Down
Alt + Up -- Move Statement Up
Ctrl + E -- Emmet: Expand abbreviation
Ctrl + Shift + Enter -- Insert Line Above
Ctrl + Enter -- Insert Line Blow
Ctrl + X -- Cut
Ctrl + W -- Close Current Tab
Ctrl + Up + S -- Save All Modified Files
Ctrl + Alt + Up -- Add Cursor Above
Ctrl + Alt + Down -- Add Cursor Below
*Ctrl + C -- Copy Statement
*Ctrl + V -- Paste Statement
/* Custom */
Ctrl + Alt + L-- Prettify Current File

演示:

CodeSandBox.io_第1张图片
复制(Ctrl + C) 粘贴(Ctrl + V)

你可能感兴趣的:(CodeSandBox.io)