phpstorm扩展

一、发起http请求

  1. 调出窗口:
    phpstorm扩展
  2. 效果:
    phpstorm扩展

    二、使用todo

  3. 写测试文件:
    phpstorm扩展
  4. 调出面板:
    phpstorm扩展
  5. 效果:
    phpstorm扩展

    三、安装.ignore

  6. 安装:
    phpstorm扩展
  7. 创建.gitignore文件:
    phpstorm扩展
    phpstorm扩展
  8. 添加到.ignore文件中:
    phpstorm扩展
  9. 效果:
    phpstorm扩展

    四、编译less文件

  10. 安装lessc:
    brew  install  npm
    npm  install  less  -g
  11. 添加file-watch:
    phpstorm扩展
    phpstorm扩展
    phpstorm扩展
  12. 测试:
    phpstorm扩展
    phpstorm扩展
    phpstorm扩展

猜你喜欢

转载自blog.51cto.com/12173069/2335303