zoukankan      html  css  js  c++  java
  • sublime使用

    goto anything
    快捷:Ctrl + P
    用途:
      1、模糊查找并打开文件
      2、@+函数名/@+选择器
      3、#+文本
    多行游标
    使用:
      1、选中文本后Ctrl+D选中下一个相同文本并产生游标,此时需要跳过该选项Ctrl + K
      2、选中文本后Alt + F3选中所有的匹配项并产生游标
      3、按住shift后鼠标右键拖动产生多行游标
    命令模式
    快捷:Ctrl + Shift + P
    使用:
      1、切换语法模式:set syntax + 语言
    复制替换
    1、替换:Ctrl + H
    2、查找:Ctrl + F
    快捷键
    1、复制当前行生成新行:Ctrl + Shift + D
    2、当前行下面添加一个空行:Ctrl + Enter
    3、当前行上面添加一个空行:Ctrl + Shift + Enter
    4、保持缩进粘贴:Ctrl + Shift + V
    5、选中当前行:Ctrl + L
    6、跳到单词前后:Ctrl + ← / →
    7、选中单词前后:Ctrl + shift + ← / →
    8、两行代码互换:Ctrl + shift + 上键 / 下键
    snippet模板编程插件
    1、javascript & node snippets
    2、jquery
    3、插入回调-insert callback 使用时快捷键Alt + C
    4、html5
    插件--使用方法可以去https://packagecontrol.io/查看
    1、advanceNewFile 使用时快捷键Ctrl + Alt + N 输入文件夹名来创建文件
    2、http requester 使用时快捷键Ctrl + Alt + R 查看http请求结果 
    3、sidebarEnhancements 扩展sidebar的右键菜单
    4、docblockr 快速注释
    5、sublimeLinter 代码风格、校验 还需要安装对应语言的校验插件  js->sublimeLinter-jshint
    6、nettuts fetch 匹配插件或库版本并下载
    7、jsFromat JS代码格式化 使用快捷键Ctrl + Alt + F
    8、bracketHightlighter 代码高亮显示
    9、sublimeCodeIntel 提示自定义函数
  • 相关阅读:
    [转]Understanding Integration Services Package Configurations
    [转]SSIS: Execute Package via Stored Procedure
    [转]Loading and Running a Local Package Programmatically
    [转]Mapping Stored Procedure Parameters in SSIS OLE DB Source Editor
    [转]Data Flow How-to Topics (SSIS)
    [转]Advanced Oracle SQL Developer Features
    [转]SSIS包的调用方式
    [转]oracle 11g 忘记 默认用户密码
    [转]Insert, Update, and Delete Destination table with SSIS
    [转]JS判断访问设备、客户端操作系统类型
  • 原文地址:https://www.cnblogs.com/tyxloveyfq/p/4375662.html
Copyright © 2011-2022 走看看