chasingboy

Results 28 comments of chasingboy

@sec404forbidden 还有问题可以+群 https://github.com/chasingboy/Xtools/issues/14

之前有师傅也遇到这种问题,这个问题应该是 Sublime Text 加载路径的问题,改了路径导致某些文件出错。 Sbulime Text 打开插件目录:菜单-> 设置-> 浏览包,核对一下目录有没有问题。 或者参考一下这个师傅的方式, 安装回 C 盘:https://github.com/chasingboy/Xtools/issues/3

这个不需要安装其他插件,配置一下主题和自定义颜色就可以了 主题使用的是 Mariana 然后修改一下背景颜色,选择 Customize Color Scheme 然后添加一下配置 ``` { "variables": { "black2": "hsl(240,20%,16%)", "purple": "hsl(295,53%,55%)", "code200": "hsl(120,90%,35%)" }, "globals": { "background": "var(black2)", }, } ``` 因为 fscan 格式化后的颜色是基于主题 Mariana,所以目前针对其他的主题颜色效果不是那么顺眼。

Xtools 4.1.1 版本已经上线主题功能,师傅可以试试 https://github.com/chasingboy/Xtools?tab=readme-ov-file#xtools-%E4%B8%BB%E9%A2%98%E8%AE%BE%E7%BD%AE

I haven't seen such a requirement before. Can you give me some examples? Thanks!

@dunghm19 Thanks for your suggestion! The feature has been implemented, you can git clone and update xtools.

本来是有这个想法的,但是发现 Sublime Text 已经自带排序和去重功能。可以的,稍后更新一下,增加一个一键排序去重。 ![image](https://github.com/chasingboy/Xtools/assets/39737245/b4194b00-4d37-4f71-bdaf-bc047af01ed6)

可以参考这个试试 https://github.com/chasingboy/dirsx/issues/1