eclipse-plugin - IDE 中的可视化文档

标签 eclipse-plugin coding-style ide documentation

关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。












想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。

3年前关闭。




Improve this question




我经常对 IDE 中的文本过载感到沮丧(现在是 Eclipse)。我发现自己用大块的空白分隔了我的方法,然后当我需要通过扫描代码找到一些东西时后悔了。

我认为运行良好的是 GrepCode way查看源代码。有谁知道在代码编辑器中是否已经实现了这样的功能?更具体地说,我希望能够拥有漂亮、格式化和丰富多彩的文档(最好是可折叠的)来帮助我阅读我的代码。它甚至可以嵌入设计图像。

最佳答案

“文本重载”正是 Mylyn 之类的插件的原因确实存在。

Mylyn's task-focused interface reduces information overload and makes multitasking easy.

Mylyn makes tasks a first class part of the IDE, integrates rich and offline editing for ALM tools, and monitors your programming activity to create a "task context" that focuses your workspace and automatically links all relevant artifacts to the task-at-hand.
This puts the information you need at your fingertips and improves productivity by reducing information overload, facilitating multitasking and easing the sharing of expertise.


splash
另外你可以add to your project WikiText , 有 Markdown 支持(见 WikiText FAQ 和它的 User Guide )

关于eclipse-plugin - IDE 中的可视化文档,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17834617/

相关文章:

java - 在 Xtext 大纲 View 中隐藏父节点

language-agnostic - 您为自定义 IDE 做了哪些工作?

xcode - XCode 中将委托(delegate)或协议(protocol)的方法添加到 .m 文件的最有效方法是什么?

C++ IDE 不会推断/自动完成对模板类中 std::array 下标表达式的成员访问

c# - 如何在类中对枚举、结构和子类进行分组?

java - 使用 Maven 从现有插件构建 Eclipse 功能

java - Eclipse 插件 - 单独的编辑器和图标分配

eclipse - Anltr 4 的 Eclipse 中无法启动选定的向导。如何解决?

java - 用于拼写和 javadoc 验证的检查工具

android - 使用对类成员的严格访问和模块化代码使得对 APK 进行逆向工程变得更加困难