Discussion:
No Autocomplete with Eclipse
Johnny Blaze
2017-12-21 19:40:38 UTC
Permalink
This may be a stupid question, but I am unexperienced with eclipse. I
managed to set everything up so I can write the code for my robot with
eclipse and load it in robocode. But when I write code in eclipse there is
no autocomplete feature. For example writing "setAdjustGun" should give me
the option to autocomplete it to "setAdjustGunForRobotTurn". Is this
intended or did I miss anything?
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
fnl
2017-12-26 22:35:56 UTC
Permalink
Hi Johnny,

You just need to add /libs/robocode.jar as an external jar into your
Robocode project in Eclipse. :-)

Read more about it here:
http://robowiki.net/wiki/Robocode/Eclipse/Create_a_Project

Best regards,
- Flemming
Post by Johnny Blaze
This may be a stupid question, but I am unexperienced with eclipse. I
managed to set everything up so I can write the code for my robot with
eclipse and load it in robocode. But when I write code in eclipse there is
no autocomplete feature. For example writing "setAdjustGun" should give me
the option to autocomplete it to "setAdjustGunForRobotTurn". Is this
intended or did I miss anything?
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...