An update to the FRC Plugin for IntelliJ IDEA has been released. The plugin is available via the IntelliJ IDEA plugin repository.
The plugin provides the following features:
RIOLog monitoring via Net Console
RIOLog monitoring via SSH tail
FRC Robot Project Templates (updated for 2018 season)
FRC file/class templates
WPILib management (downloading, extraction, attaching to IDEA project as a library)
Easy attachment of the User Lib directory as a project library
FRC/FIRST/WPI aware spellcheck
Support for the IntelliJ IDEA Grep Console plugin
The joy of using IntelliJ IDEA to develop robot code
The plugin works with both the free open-sourced Community Edition or the licensed Ultimate Edition of IntelliJ IDEA. This release changed the minimum version of IntelliJ IDEA required to v2017.3 or later.
Implement TCP netconsole (riolog) and show it automatically after successful deploy. The TCP netconsole is colorized like the DS console and provides additional filtering features. Note: it only displays output when a DS is connected (from any computer, not necessarily the Eclipse computer).
Thanks for the heads-up Joe. I had not seen that yet. I opened an issue to track the change. I’ll do my best to get it implemented in the next couple of days.