score:1
to my knowledge: no (with cdt5.0.2).
the best you have right now is what they are calling: content assist
score:0
fyi, i have started to use doxygen to document my code. this allows documenting in a javadoc syntax which i really wanted, and doxygen then parses the source to form various output formats (html/xml/chm etc..) which is working well.
score:0
the linux tools project started working on such a help facility. currently it will provide help for linux system libraries, but there are plans to extend this to e.g. doxygen generated help, too.
for a demo see: http://www.eclipse.org/downloads/download.php?file=/technology/linuxtools/videos/libhoverdemo.ogg
score:1
you can view this project: http://gna.org/projects/eclox
eclox is a simple doxygen frontend plug-in for eclipse. it aims to provide a slim and sleek integration of the code documentation process into eclipse.
features overview
* graphical edition of doxyfile settings,
* integrated doxygen invokation,
* doxygen outputs logging and
* optional packaged doxygen binaries (for windows and linux).
registration date: monday 02/02/2004 at 09:31 cet license: gnu general public license v2 or later
regards
Source: stackoverflow.com
Related Query
- How to document C code in Eclipse (intellisense/javadoc like tooltips)
- How to make the Eclipse code template like this?
- Eclipse Code Completion (Java) / IntelliSense like in Visual Studio (C#)
- How to get Code Style like Eclipse on Android Studio
- How can I get Eclipse to mark generated code like equals to prevent code quality tooling issues?
- how to link javadoc in eclipse help system to code (javadoc location)
- How to turn off the Eclipse code formatter for certain sections of Java code?
- How to attach source or JavaDoc in eclipse for any jar file e.g. JavaFX?
- How to reference javadocs to dependencies in Maven's eclipse plugin when javadoc not attached to dependency
- How to add shortcut keys for java code in eclipse
- Android NDK debugging in Eclipse - how to stop segfaults/SIGILL that only occur when stepping in native code
- How to debug Java code when using ANT script in Eclipse
- is it possible to edit code while debugging in visual studio, like in eclipse (java)
- How to debug compiled Java code in Eclipse
- How to change auto-generated code when creating new class in Eclipse
- How to create an Intellij and Eclipse compatible code style and code formatting configuration (for java code)?
- How can I get Eclipse to index code inside #ifdef .... #endif
- How do I modify Eclipse code formatting?
- How do I get Eclipse to show the entire javadoc for a class
- How import eclipse code style to intellij idea?
- How do I disable Hot Code Replace in Eclipse
- How to Create Flowchart from java source code in Eclipse
- How to copy error in Android studio like in Eclipse
- How to view Java's byte code in eclipse IDE?
- How to add Eclipse Code Formatter file in Android Studio
- How to Use Eclipse to Debug JNI code (Java & C/C++)
- Why is Eclipse highlighting my code in red and how do I turn it off?
- How to set Eclipse code formatter to support fluent interfaces
- How to stop Eclipse formatter from adding trailing whitespaces in Javadoc
- How do I view JRE's source code in Eclipse on linux (debian)
More Query from same tag
- Installing plugins from Linux eclipse into a Windows instance with p2 director
- not getting solution for error 500 whose root cause is java.lang.NoClassDefFoundError: java/sql/Driver
- Eclipse cannot load SWT libraries
- Eclipse deploy/debug web application extension on Tomcat (i.e. Alfresco)
- How to stop Eclipse from "italizing" text in the text editor?
- where does the yyy comment prefix in eclipse come from?
- How to set heap size in spark within the Eclipse environment?
- How can I get back to my latest commit after git reset --hard?
- How to import external js file in jsp
- Migrations from Netbeans to eclipse for large C++ project
- Android SDK 24 - The import android.support cannot be resolved
- Eclipse - An error has occured. See the log file null
- Tomcat & Maven: "Publishing failed with multiple errors Error reading file"
- eclipse plugins for remote system
- disallow import of some transitive maven dependencies
- Eclipse skipping breakpoints
- Link Console with source code in Eclipse
- AWS - Unable to deploy java project to aws beanstalk from eclipse
- m2eclipse will not download any dependencies
- Eclipse, how to find how many attributes defined in a class?
- Java Beginner - Coding on Macbook Pro (Blackberry App building)
- how to execute a camel route defined only in spring from eclipse IDE
- Run Eclipse project which contains IApplication from another project
- eclipse Failed to load properties file for project
- Unable to launch distribution package on Tomcat Server
- Run on Eclipse (The selection can't be launched)
- Work with Maven, EJBs and Eclipse
- Path must include project and resource name / error
- How to integrate pep8.py in Eclipse?
- Google Plugin not working for App Engine project - Eclipse Indigo - WindowsXP