
webstrom
z_z_Dragon
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
webstrom 调试angular
1.chrome 安装。JetBrains IDE Support地址:https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji?utm_source=chrome-ntp-icon2.webstrom配置javascript debug。3.angular启动。...原创 2018-06-12 15:28:14 · 1994 阅读 · 0 评论 -
webstrom 配置typescript
1.需全局安装typescript2.ctrl+alt+s。设置tools>file watchers,添加自定义的监听。program:本地全局安装的 tsc.cmdoutput path to refresh:$FileNameWithoutExtension$.js:$FileNameWithoutExtension$.js.mapother options>working di...原创 2018-06-12 15:41:09 · 1121 阅读 · 0 评论 -
webstrom 自定义emet模版代码
1.在Setting设置中搜索到 Live Templates2.选择想要的模版语言类型,如HTML。Abbrevition:起个名字,描述等。Template Text 输入 按下tab后显示的代码。转载 2018-06-27 13:44:45 · 338 阅读 · 0 评论