我剛剛發現Sublime Text 2,它很棒。我唯一真正想念的是能夠查看我正在處理的函數的文檔字符串。有沒有可以做到這一點的插件? 例如: def f(x):
'''a doc string for f'''
print x
f # << at this point, either automatically or with a keystroke,
# I w
DocBlockr 一個正則表達式SublimeText2 可讓您根據變量的名稱申報您的自定義變量類型的規則。 自述: "jsdocs_notation_map": [{
"regex": "tbl_?[Rr]ow", // any arbitrary regex to test against the var name
"type": "TableRow" // you c
是否可以在創建崇高文本2片段時定義某種capitalize()或toLowerCase()函數? 例如: <snippet>
<content><![CDATA[
<?php
class ${1} extends Datamapper
{
var \$has_one = array();
var \$has_many = array();
var \$tabl