美文网首页
CodeSandBox.io

CodeSandBox.io

作者: 不知道的是 | 来源:发表于2018-06-25 11:03 被阅读0次

    写 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
    

    演示:

    复制(Ctrl + C) 粘贴(Ctrl + V)

    相关文章

      网友评论

          本文标题:CodeSandBox.io

          本文链接:https://www.haomeiwen.com/subject/ysneyftx.html