怎么在sublime里面显示编码格式
Posted 蜀云泉
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了怎么在sublime里面显示编码格式相关的知识,希望对你有一定的参考价值。
我要在sublime text里面显示编码格式
点击Preference—settings
然后再user里面加入这个
// Display file encoding in the status bar "show_encoding": true, // Display line endings in the status bar "show_line_endings": true,
如图所示
然后在下方你就可以看到编码格式了
怎么在windows下的sublime运行python,参考https://huabuyu.net/2015/09/19/%E5%9C%A8Sublime-Text-3-%E4%B8%8B%E6%89%A7%E8%A1%8CPython/
前提是你要在windows上安装python哦
以上是关于怎么在sublime里面显示编码格式的主要内容,如果未能解决你的问题,请参考以下文章