web storm入门教程( 四 )

  • Ctrl + U
  • Go to super-method/super-class 跳转方法/超阶级
  • Alt + Up/Down
  • Go to previous/next method 在方法间快速移动定位
  • Ctrl + ]/[
  • Move to code block end/start 跳转到编码块结束/开始
  • Ctrl + F12
  • File structure popup 文件结构弹出
  • Ctrl + H
  • Type hierarchy 类型层次
  • Ctrl + Alt + H
  • Call hierarchy 调用层次结构
  • F2/ Shift + F2
  • Next/previous highlighted error 跳转到后一个/前一个错误,高亮错误或警告快速定位,使用这个快捷键可以快捷在出错的语句之间进行跳转 。
  • F4/Ctrl + Enter
  • Edit source/ View source 编辑源代码/查看源代码
  • Alt + Home
  • Show navigation bar 显示导航栏
  • F11
  • Toggle bookmark 切换标记
  • Ctrl + F11
  • Toggle bookmark with mnemonic 采用记忆切换标记
  • Ctrl + #[0-9]
  • Go to numbered bookmark 跳转到带编号的标记
  • Shift + F11
  • Show bookmark 显示标记
  • WebStorm的Refactoring 重构相关快捷键
    • F5
    • Copy 拷贝
    • F6
    • Move 移动
    • Alt + Delete
    • Safe Delete 安全删除
    • Shift + F6
    • Rename 重新命名
    • Ctrl + Alt + N
    • Inline Variable 嵌入变量
    • Ctrl + Alt + M
    • Extract Method( Javascript only) 提取函数
    • Ctrl + Alt + V
    • Introduce Variable 引入变量
    • Ctrl + Alt + F
    • Introduce Field 引入域
    • Ctrl + Alt + C
    • Introduce Constant 引入常量
    在WebStorm中VCS/Local History 版本控制系统/ 本地历史相关的快捷键
    • Alt + BackQuote( )
    • ‘VCS’quick popup 快速弹出 VCS
    • Ctrl + K
    • Commit project to VCS 提交项目至VCS
    • Ctrl + T
    • Update project from VCS 从VCS 更新项目
    • Alt + Shift + C
    • View recent changes 查看最新改变
    【web storm入门教程】使用WebStorm时General 常用的相关快捷键
    • Ctrl + Shift +A
    • Find action 查找并调用编辑器的功能
    • Alt + #[0-9]
    • Open corresponding tool window 快速切换打开界面模块
    • Ctrl + Alt + F11
    • Toggle full screen mode 切换全屏模式
    • Ctrl + Shift + F12
    • Toggle maximizing editor 切换最大化编辑器
    • Alt + Shift + F
    • Add to Favorites 将当前文件添至收藏夹
    • Alt + Shift + I
    • Inspect current file with current profile 使用当前属性检查当前文件
    • Ctrl + BackQuote( )
    • Quick switch current scheme 快速转换现有组合
    • Ctrl + Alt + S
    • Open setting dialog 打开设置对话框
    • Ctrl + Tab
    • Switch between tabs and tool window 标签和工具窗的转换(与windows快捷键冲突)

    推荐阅读