怎么在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哦

原文地址:https://www.cnblogs.com/yunquan/p/6884603.html