robot-plugin icon indicating copy to clipboard operation
robot-plugin copied to clipboard

Support for Java library keyword completion

Open tiluoma opened this issue 10 years ago • 1 comments

First of all thank you for awesome plugin :)

I have a feature request: Auto completion for keywords implemented with Java and included in test project as dependecy. It would be awesome if auto-completion would work just by including a new test library..

..this is solved on some plugins for other IDEs: list of keywords in .index file (as used in Eclipse robot plugin) or getting keywords from a Java spec file (RIDE development environment uses this approach https://github.com/robotframework/RIDE/wiki/Keyword-Completion#using-library-specs)

tiluoma avatar Dec 21 '15 13:12 tiluoma

Hi @tiluoma,

the java direct support is not planned at the moment, but the usage of the libdoc xml format to help the plugin keyword detection is actually a very nice suggestion.

Thanks a lot!

AmailP avatar Feb 05 '16 21:02 AmailP