美文网首页
LayaAir 代码模式快捷键

LayaAir 代码模式快捷键

作者: 约书亚Luis | 来源:发表于2019-04-02 14:56 被阅读0次

常用快捷键(General)

按 键(Press)功能( Function)

Ctrl + Shift + P,F1显示命令面板Show Command  Palette

Ctrl + P快速打开Quick Open

Ctrl + Shift + N新窗口/实例New window/instance

Ctrl + Shift + W关闭窗口/实例Close window/instance

Ctrl+X剪切行(空选定)Cut line  (empty selection)

Ctrl+C复制行(空选定)Copy line  (empty selection)

Alt+ ↑ / ↓向上/向下移动行Move line up/down

Shift+Alt + ↓ / ↑向上/向下复制行Copy line up/down

Ctrl+Shift+K删除行Delete line

Ctrl+Enter在下面插入行Insert line  below

Ctrl+Shift+Enter在上面插入行Insert line  above

Ctrl+Shift+\跳到匹配的括号Jump to  matching bracket

Ctrl+] / [缩进/缩进行Indent/outdent line

Home转到行首Go to beginning  of line

End转到行尾Go to end of  line

Ctrl+Home转到文件开头Go to  beginning of file

Ctrl+End转到文件末尾Go to end of  file

Ctrl+↑ / ↓向上/向下滚动行Scroll line up/down

Alt+PgUp / PgDown向上/向下滚动页面Scroll page up/down

Ctrl+Shift+[折叠(折叠)区域Fold  (collapse) region

Ctrl+Shift+]展开(未折叠)区域Unfold  (uncollapse) region

Ctrl+K Ctrl+[折叠(未折叠)所有子区域Fold  (collapse) all subregions

Ctrl+K Ctrl+]展开(未折叠)所有子区域Unfold  (uncollapse) all subregions

Ctrl+K Ctrl+0折叠(折叠)所有区域Fold  (collapse) all regions

Ctrl+K Ctrl+J展开(未折叠)所有区域Unfold  (uncollapse) all regions

Ctrl+K Ctrl+C添加行注释Add line  comment

Ctrl+K Ctrl+U删除行注释Remove line  comment

Ctrl+/切换行注释Toggle line  comment

Shift+Alt+A切换块注释Toggle block  comment

Alt+Z切换换行Toggle word wrap

相关文章

  • LayaAir 代码模式快捷键

    常用快捷键(General) 按 键(Press)功能( Function) Ctrl + Shift + P,F...

  • 转载 Snippets的使用

    为方便LayaAir快速开发,打算整理一份Code Template。 使用说明:打开LayaAir ,通过快捷键...

  • idea常用快捷键

    打开代码提示功能:右下角点击关闭省电模式代码提示功能ok了。 常用快捷键列表(下图) sout 快速打出syst...

  • Jupyter Notebook常用快捷键

    编辑模式(Enter键启动)下快捷键: Tab键:代码补全/缩进shift + tab键:提示shift + en...

  • 无标题文章

    # LayaAir is an open-source 2D/3D engine LayaAir use WebG...

  • JupyterLab 基本使用

    使用代理安装包 常用快捷键 Jupyter Notebook 有两种键盘输入模式。编辑模式,允许你往单元中键入代码...

  • Sublime Text 3:代码块折叠与展开 快捷键

    运行环境 1 快捷键 代码块折叠快捷键 option + command + [ 代码块展开快捷键 option ...

  • AndroidStudio快捷键

    Ctrl + `(backquote):快速切换方案(辑窗口的颜色方案、代码风格方案、快捷键方案、查看模式等进行切...

  • LayaBox:停止动画播放

    过程: 首先,使用 LayaAir IDE在.ui 文件中编辑了动画然后,在代码中使用 play() 函数进行了播...

  • vim常用命令及快捷键

    vim编辑器是一个强大的编辑器。vim显示代码的行数,进入命令模式 快捷键

网友评论

      本文标题:LayaAir 代码模式快捷键

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