I'm having trouble finding an open-source IDE with support for Git. Are there any that you could point me to or recommend?
我找不到支持Git的开源IDE。有没有你可以指点我或推荐?
6 个解决方案
#4
2
I don't know if such a thing exists in a stable form yet, but a good place to start your search is :
我不知道这种东西是否以稳定的形式存在,但是开始搜索的好地方是:
#5
2
I use Vim with vcscommand plugin. Although the plugin supports a host of Version Control Systems, I use it specifically for Git.
我使用Vim和vcscommand插件。虽然该插件支持许多版本控制系统,但我专门为Git使用它。
Using VCSCommand, you can (almost) accomplish all the major features exposed by git right from within the vim.
使用VCSCommand,您可以(几乎)完成从vim内部通过git公开的所有主要功能。
VCSVimDiff command is one of the best features of VCSCommand plugin. You can view a colored diff right from inside Vim!
VCSVimDiff命令是VCSCommand插件的最佳功能之一。您可以从Vim内部查看彩色差异!
What more Vim and VCSCommand both are open source :)
什么更多的Vim和VCSCommand都是开源:)
Side Note:
Vim along with NERD_Tree.vim, xml.vim, surround.vim and few other plugins, makes it a complete IDE that works pretty good (at least for me) with git. Search vim.org (or Google!!) for plugins that suits your requirement or taste.
旁注:Vim连同NERD_Tree.vim,xml.vim,surround.vim和其他几个插件,使它成为一个完整的IDE,对git工作得很好(至少对我而言)。搜索vim.org(或Google !!)以获取符合您要求或品味的插件。
#6
1
The great Aptana Studio has support (via plugins) for SVN, CVS, and Git (via this plugin). I'm still a noob with Aptana, and I haven't used Git yet, but it looks promising.
伟大的Aptana Studio支持(通过插件)SVN,CVS和Git(通过这个插件)。我仍然是Aptana的菜鸟,我还没有使用过Git,但看起来很有希望。
#1
#2
#3
#4
2
I don't know if such a thing exists in a stable form yet, but a good place to start your search is :
我不知道这种东西是否以稳定的形式存在,但是开始搜索的好地方是:
#5
2
I use Vim with vcscommand plugin. Although the plugin supports a host of Version Control Systems, I use it specifically for Git.
我使用Vim和vcscommand插件。虽然该插件支持许多版本控制系统,但我专门为Git使用它。
Using VCSCommand, you can (almost) accomplish all the major features exposed by git right from within the vim.
使用VCSCommand,您可以(几乎)完成从vim内部通过git公开的所有主要功能。
VCSVimDiff command is one of the best features of VCSCommand plugin. You can view a colored diff right from inside Vim!
VCSVimDiff命令是VCSCommand插件的最佳功能之一。您可以从Vim内部查看彩色差异!
What more Vim and VCSCommand both are open source :)
什么更多的Vim和VCSCommand都是开源:)
Side Note:
Vim along with NERD_Tree.vim, xml.vim, surround.vim and few other plugins, makes it a complete IDE that works pretty good (at least for me) with git. Search vim.org (or Google!!) for plugins that suits your requirement or taste.
旁注:Vim连同NERD_Tree.vim,xml.vim,surround.vim和其他几个插件,使它成为一个完整的IDE,对git工作得很好(至少对我而言)。搜索vim.org(或Google !!)以获取符合您要求或品味的插件。
#6
1
The great Aptana Studio has support (via plugins) for SVN, CVS, and Git (via this plugin). I'm still a noob with Aptana, and I haven't used Git yet, but it looks promising.
伟大的Aptana Studio支持(通过插件)SVN,CVS和Git(通过这个插件)。我仍然是Aptana的菜鸟,我还没有使用过Git,但看起来很有希望。