We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed last year.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
你可以尝试使用VIM。 VIM 在开始时有一个很高的学习曲线,但一旦你非常熟悉它,它就会非常好。 VIM 还有许多优秀的插件,例如 NERD-Tree 和 Command-T,让您只需按几下按键即可在目录树中搜索文件名。 VIM 的速度也很快,具有许多不错的内置功能,并且它需要最少的计算机资源,因此它在大多数计算机上都非常快(对于资源有限的计算机来说效果非常好)。 VIM 还为几乎所有您能命名的语言提供语法突出显示和格式设置。它可以是一个独立的编辑器,也可以为其配备足够的插件,使其成为有史以来最快的 IDE。祝你的选择好运:)
You can try using VIM. VIM has a high learning curve in the beginning but it's excellent once you are highly acquainted with it. VIM also has many excellent plugins like NERD-Tree and Command-T which allows you to search for file names in your directory tree with just a couple keystrokes. VIM is also fast with many nice built in functionalities and it requires minimized computer resource so it's very fast on most computer (works real well for computers with limited resources). VIM also has syntax highlight and formatting for almost all the languages that you can name. It can be a standalone editor or you can equip it with enough plugins to make it the fastest IDE ever built. Good luck with your choices :)
Emacs 可能可以,但是根据您的需要调整所有内容并习惯它可能会很麻烦。
Emacs 捆绑了 C、Java、XML、Make,并支持其他语言。几乎每种语言都可以插入,并且已经被其他人插入了。
当然可以在 Ubuntu 下工作并与 GDB 很好地集成。
Emacs will probably do, but it might be cumbersome to adjust everything to your needs and to get used to it.
Emacs comes bundled with C, Java, XML, Make, and support for other languages. Almost every language can be plugged in and is already plugged in by someone else.
Works of course under Ubuntu and integrates well with GDB.