sublime配置
Posted zwq20134
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sublime配置相关的知识,希望对你有一定的参考价值。
Tools->Build System->New build system,粘贴以下代码:直接运行java
{ "cmd": ["javac", "$file_name", "&&", "java", "$file_base_name"], "working_dir": "${project_path:${folder}}", "selector": "source.java", "shell": true, "encoding":"utf-8" }
python
输入(*******为python安装路径最后有叙述)
{
"cmd": ["********","-u","$file"],
"file_regex": "^[ ]*File "(...*?)", line ([0-9]*)",
"selector": "source.python",
}
以上是关于sublime配置的主要内容,如果未能解决你的问题,请参考以下文章