Megatron King

Results 602 comments of Megatron King

Beautify json? I think you should do it yourself and then set it to CodeEditor. The following is a code snippet. ```dart String beautifyJson(String source) { const JsonDecoder decoder =...

It is not difficult to implement, but still need to write some code. I will complete this support in the next version.

This option should be provided, but now it is not supported.

我一般是手动格式化。。。

> 大佬要不整个官方插件格式化一下~~我改的挺多 . 尽量不要格式化代码,因为没法review。

和IME交互是按行进行的而不是全文,没注意到IME还能控制全选。确实是个bug,感谢反馈。

非常感谢,内容很详细。这个问题我测试过挂机一段时间,但是一直没法复现,我再研究下。 > mac 上在 /etc/hosts 配置了 127.0.0.1 example.com 后,在 Android 使用应用建立连接(好像是 VPN 模式)的情况下,无法通过 example.com:8080 访问到 127.0.0.1:8080 这个是正常的。手机VPN模式下,DNS是由手机去解析的,解析到IP之后,代理给电脑由电脑进行IP连接。所以电脑上配置 /etc/hosts肯定是无效的,应该要在手机上配置。

同样发现这个问题,更新版本之后出现的,还在排查中。

怀疑是升级tun2这个库导致的,回滚代码之后编译测试可以了。在iOS上出现这个error,Android上正常。

> 回滾到哪個提交是正常的? 回滚到0.2.19是正常的,中间的版本没有测试过。我之前是从0.2.19版本fork的,做了一些定制,后来更新到0.4.1就会出现这个报错,现在又回滚到0.2.19正常了。