Hom's Blog


Sublime:SublimeCodeIntel配置和使用

这是个Sublime代码自动补全和提示的插件, 很强大! PC介绍参见: https://packagecontrol.io/packages/SublimeCodeIntel; Github参见https://github.com/SublimeCodeIntel/SublimeCodeIntel

写一个文件: ~/.codeintel/config

{
    "Python": {
        "python": '/usr/local/bin/python',
        "pythonExtraPaths": ['/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/','/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/']
    }
}

key-binding

[
	{ "keys": ["shift+ctrl+space"], "command": "code_intel_auto_complete" },
	{ "keys": ["super+alt+ctrl+up"], "command": "goto_python_definition"},
	{ "keys": ["super+alt+ctrl+left"], "command": "back_to_python_definition"}
]

~~~



◆ 本文地址: http://platinhom.github.io/2015/12/09/st-sublimecodeintel/, 转载请注明 ◆

前一篇: MBI workshop4:Mathematical Challenges in Drug and Protein Design
后一篇: 药物设计计算生物化学相关杂志


Contact: Hom / 已阅读()
Source 类别: IT  标签: IDE