Access denied, Please sign in and make sure you have proper permission.
我用 Emacs 做 Ruby 和 Python 开发,以下是我用到的插件,仅供参考:
- ag - 搜索
- auto-complete - 文字补全,目前有个 company,比较火,你可以试用。
- expand-region - 快速选中
- flycheck - 语法检查
- ggtags - TAG 跳转
- multiple-cursors - 多光标编辑
- neotree - 文件树
- yasnippet - snippets 补全
- projectile & projectile-rails
- smart-shift 左右移动文字
- smartparens 括号匹配
这些只是我平常用的比较多的,还有很多增强类的插件,但主要和使用习惯有关。
company 可以加上 robe 试试,不过我觉得比较慢。
projectile
#6 楼 @lips
git clone --recursive http://github.com/syl20bnr/spacemacs ~/.emacs.d
这不就是 .emacs.d 吗,就是配置文件
#8 楼 @lips
对啊,这玩意本来就是一个大的插件,你照做就是了,启动 emacs 配置就生效了