#デフォルトで入っているctagsでは-Rオプションが使えないのでbrewでインストール brew update brew install ctags #sublimetextのパッケージでctagsをインストール #sublimetextのpreference>ctags>userに以下を記述 #(defaultとはcommandの行だけ違う。brewで入れた方のctagsを使うようにしている) { "debug" : false, "autocomplete": false, "command" : "/usr/local/bin/ctags -R -f .tags", "filters" : { "source.python": {"type":"^i$"} }, "definition_filters": { "source.php": {"type":"^v$"} }, "def