RCalculator可能是全世界最好用的图片压缩工具

Tag Archives: Sublime text

首页 » Posts tagged 'Sublime text'

thunkli

Sublime Text 自动换行

当前文件自动换行 在菜单栏选择View 》Word Wrap,即可。 所有文件自动换行 在菜单栏打开Settings,然后在配置文件中添加一行: “word_wrap”: true,

Posted in Memo | |
thunkli

Sublime text中文字符与Unicode互相转换插件

Sublime text中文字符与Unicode互相转换插件,允许你转换.js、.json和 .css 文件。 功能 中文字符转Unicode Unicode转中文字符 安装 使用Package Control: 搜索ConvertChineseCharacters并install Open the command palette Win/Linux: ctrl+shift+p, Mac: cmd+shift+p Type Install Package Control, press enter 搜索ConvertChineseCharacters并install 或者将源码复制到 你的sublime text’s package目录 演示 使用Command Palette 使用右键菜单 选择一个或多个字符从上下文菜单运行convertChineseCharacters,每一个字符将会被替换。 Unicode编码/Unicode解码/Emoji编码/Emoji解码 Github

Posted in 产品 | |