NitorCreations / RobotFramework-EclipseIDE

Developing an Eclipse IDE for the Robot Framework test automation tool
71 stars 53 forks source link

add Library autocomplete #59

Open gjemp opened 10 years ago

gjemp commented 10 years ago

at the moment I have to know what Libraries are in Robot install folder and I must know how to write name in .robot file. It would be super if : a) i can define the library dir b) there is default location for libraries as it is atm in robot install dir and it will take possible libraries from there for auto complete

xkr47 commented 10 years ago

Thank you, good idea! Shouldn't be too hard to implement.

baudren commented 8 years ago

Hi @xkr47, I am also interested in having this. As I understand it, it concerns only built-in libraries of Robot Framework (Collections, Screenshots, these sort of things). It would be, of course, extremely nice to have this also for user-defined libraries (but I will open another ticket for this specifically).