Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.57 KB

WebCreation-DevelopmentTool.md

File metadata and controls

27 lines (17 loc) · 1.57 KB

Table of Contents generated with DocToc

开发及调试工具

  • 文本编辑器或 IDE (集成开发环境)
  • Google Chrome, Firefox Firebug, Safari Developer Tool

NOTE: Google Chrome DevTools Doc

Sublime 快捷键

command/control + P 进入查找命令(Goto Anything),此时有三种选择:

  • ‘:’ 输入行数找到对应行 (control + G
  • ‘@’ 找到特定函数 (command/control + R
  • ‘#’ 找到对应变量与块

学会使用Emmet插件可有效的帮助进行前端编程。

Creative Commons License
This work by Li Xinyang is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.