博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
sublime text 2 格式化js的插件JsFormat
阅读量:6327 次
发布时间:2019-06-22

本文共 661 字,大约阅读时间需要 2 分钟。

hot3.png

可以将压缩的或者格式不好的js内容格式化成易读的。在 sublime text3 中也可以使用。
使用方法:
Unfortunately there are other plugins that use "ctrl + alt + f", this is a hard problem to solve. If JsFormat works OK via the command palette but does nothing when you use the "ctrl + alt + f" shortcut, you have two options:Add { "keys": ["ctrl+alt+f"], "command": "js_format"} to your user keybindings file. This will override anything specified by a plugin.Find the offending plugin, and change the shortcut in its sublime-keymap file (will revert on updates)

或者:
Open the command palette via "ctrl + shift + p", Jsformat appears as "Format: Javascript"

转载于:https://my.oschina.net/letiantian/blog/271408

你可能感兴趣的文章
Async/Await替代Promise的6个理由
查看>>
谁用光了磁盘?Docker System命令详解
查看>>
Android App性能优化[译]
查看>>
自然语言处理的语义建模介绍
查看>>
菜鸟学数据库——WAL模式及其原理
查看>>
微信小程序有旋转动画效果的音乐组件
查看>>
更大的块和更智能的合同:比特币现金的下一个叉子是什么?
查看>>
NODE Stream流总结(2)
查看>>
2018深圳云栖拉开帷幕,飞天技术汇五大专场邀你参加~
查看>>
聊聊sentinel的DataSource
查看>>
Maven的聚合模块和继承
查看>>
ELK的心脏,ElasticSearch学习方法论
查看>>
认识微服务
查看>>
Python3入门与实践(四): 面向对象
查看>>
OpenCV 入门
查看>>
Node中异步和同步的实现
查看>>
理解Underscore中的flatten函数
查看>>
强制类型转换——宽松相等和严格相等
查看>>
JavaScript 骚操作
查看>>
升级 Docker 中的 gitlab 服务
查看>>