Page 1 of 1

Create and edit RobotC code in Sublime Text

Posted: 27 Jan 2013, 23:39
by moosooboo
I've written a plugin for the elegant and productive Sublime Text editor that will allow you to create and edit RobotC code on Mac, Linux and Windows. It's got autocomplete on the full set of RobotC functions and variables, search via functional and platform category, tabbing between a functions values, syntax aware colouring and code snippets. Only v0-2 right now, but it works ok:-)

Full blurb at http://www.moosooboo.com/robotc-sublime ... n-package/

Or if you already know your way around Sublime Text then get the package at https://github.com/MooSooBoo/RobotC_Sub ... me-package

It's not possible to compile or debug outside the RobotC IDE, but I've got some ideas on ways to get the files quickly in and out the IDE.

Let me know what you think.