Intellji/Another IDE for Rev Robotics Client

Hey there,

I am in the looks for another IDE to use for FTC, I have little experience in Java and would like to use a IDE with Intellisense for better help, like Intellji JetBrains IDE.

Thanks,
Tristin.

You haven’t mentioned what youre currently using, but Android Studio is supported and is based on the Jetbrains/IntelliJ platform

1 Like

I am currently using the Rev Robotics Hardware Client. Thanks for your reply.

If you are using the hardware client, that means you are actually using the onboard IDE’s on the control hub, either Blocks or Onbot java. As @Fletch1373 said, FTC support Android Studio as the high level IDE.

Here are the docs, to use it

https://ftc-docs.firstinspires.org/en/latest/programming_resources/android_studio_java/Android-Studio-Tutorial.html

1 Like

Interesting, thanks!

@DragonsRule10 Please note that I write an FRC Plugin that can be use with IntelliJ IDEA for developing FRC Robots in Java or Kotlin. See this thread for more information.

I’ve never tried using it with FTC robots. But it may help.