RobotFramework-EclipseIDE icon indicating copy to clipboard operation
RobotFramework-EclipseIDE copied to clipboard

Show sensible information in content assist info popup

Open xkr47 opened this issue 12 years ago • 6 comments

After completing a keyword with ctrl-space, or requesting information with ctrl-shift-space, there is an information box shown. This information box should display the arguments that the keyword accepts (if any).

Similarly after completing a variable, it could show the value of the variable.

xkr47 avatar Apr 11 '12 07:04 xkr47

Is possible change the format file for folder "robot-indicies" , for xml? And Could use for create this files : java -jar robotframework-2.7.5.jar libdoc Collections Collections.xml

In the xml exist all information, for complete the popup.

ghost avatar Nov 08 '12 09:11 ghost

This is definately one possibility. Perhaps it would even be possible to run the utility automatically.

xkr47 avatar Nov 10 '12 19:11 xkr47

Remember that now you can run: java -jar robotframework-2.7.5.jar libdoc Collections list to obtain the list.

This could go in the wiki now for create the files.

ghost avatar Nov 10 '12 20:11 ghost

+1 for this. Since libdoc can output XML for all the libraries, it seems an easy source for content assist info (and validation!). I believe this is what RIDE uses for its library parameter info content assist, and since RIDE has become so Mac-unfriendly, I'd love to see this in RF-EclipseIDE.

treyd avatar May 03 '14 15:05 treyd

I can confirm that this would be great. RIDE is really not a good solution for MAC.

omireault avatar May 08 '14 18:05 omireault

As a side note, the libdoc can also be executed with Python instead of Java, see http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#general-usage

xkr47 avatar Oct 09 '15 09:10 xkr47