zoukankan      html  css  js  c++  java
  • macbook前端开发之快捷键

    一、系统快捷键

    二、webStorm快捷键

    1、shift  + Enter         软回车 ,无论在前一行代码的什么位置,都能定位到下一行.

    2、command + b / 点击          定位方法

    3、command + option + l      代码格式化

    4、fn+option+f7            查看函数哪里调用过

    5、command + shift + v         选择粘贴剪切板上的内容

    6、command + d                 直接粘贴当前选中的内容

    7、command + 退格键          删除当前鼠标所在行

    8、command + option + 左右箭头           定位到上次编辑的位置 / 依次顺序轮换激活打开的标签页

    9、command + shift + f                 全局搜索内容( find in path )   

    10、command + shift + o                 搜索文件

    11、command + /                           注释/取消注释

    12、/** + Enter                                   自动生成注释

    13、command + j                           输出模板

    14、control + tab                             切换上次打开的文件/激活打开的标签页

    15、command + b                           跳到变量声明处

    16、command + x                           剪切行

    17、command + shift + u                 切换大小写

    三、chrome浏览器快捷键

    1、command + option + 左右箭头   依次顺序轮换激活打开的标签页

    2、command + shift + T   重新打开已关闭的标签页

    3、command + shift + N  隐身模式下打开新窗口

    4、command + W / command + shift + W 关闭当前标签页 / 关闭当前窗口

    5、command + L 选中地址栏网址

    6、command + R  刷新当前页

    7、command + option + I  打开开发者工具。

         command + option + J  打开控制台console项;

         command + option + U  查看源代码

    四、Firefox浏览器快捷键

       command + option + I  打开开发者工具。

     

     

     

     

     

     

     

  • 相关阅读:
    程序调试的利器GDB
    Building a Android Development Environment
    手机的串号IMEI/ESN标示位置图解摩托罗拉官方教程
    Linux调试信息输出串口设备号的设置
    git忽略文件提交
    Spring @Transactional事务传播范围以及隔离级别
    自定义springbootstarter
    maven 命令将jar包安装到本地仓库
    oracle 常用命令
    Oracle 用户(user)和模式(schema)的区别
  • 原文地址:https://www.cnblogs.com/newh5/p/5163765.html
Copyright © 2011-2022 走看看