I am trying to find a package that would support Autocomplete of the R Syntax in Sublime Text 2 similar to the way Sublime supports for Python or Ruby. That is when start typing 'vec..." it prompts with "vector" in the pop up.
问问题
2865 次
1 回答
7
是的,它存在。
将R.sublime-completions拖到您的~/Library/Application Support/Sublime Text 2/Packages/R
(或 Windows 中的等效文件夹)中。访问该文件夹的另一种方法是单击 Sublime Text > Preferences > Browse Packages...
另外,如果你打算使用 Sublime Text 2 for R,这里有一个rtools的(无耻的)插件,它允许你将选择从 ST2 发送到 R。你可以通过 Package Control 安装。
于 2012-09-29T02:09:11.627 回答