1. 设置build system 环境 tool -> build system -> new build system ,粘贴以下代码并保存 { "cmd":["python.exe", "-u", "$file"], "path":"C:/Users/Sablier/AppData/Local/Programs/Python/Python37", // 注意:路径根据自…
下面的${1:this}格式的会在tab键下一次切换选中 <snippet> <content><![CDATA[Hello, ${1:this} is a ${2:snippet}.]]></content> <!-- Optional: Set a tabTrigger to define how to trigger the snippet --> <tabTrigger>--</tabTrigger> <!-…
原文地址:https://realpython.com/blog/python/setting-up-sublime-text-3-for-full-stack-python-development/ 原文标题:Setting Up Sublime Text 3 for Full Stack Python Development 翻译:打造基于sublime text 3的全能Python开发环境 Sublime Text 3 (ST3) is lightweight, cross-platfo…