Extrabbitcode iLogic Code

Introduction

A modern, Monaco-based editor for Autodesk Inventor iLogic rules. Write, organize, run, and debug document and external rules from a dockable panel.

Extrabbitcode iLogic Code

Extrabbitcode iLogic Code is an Autodesk Inventor add-in that replaces the built-in iLogic rule editor with a modern, Monaco-based code editor in a dockable panel. It brings real editing comfort to iLogic: IntelliSense, multi-cursor, a file-style rule explorer, reusable start templates, a structured run log, and full keyboard customization.

It edits the same rules Inventor already runs. Document (internal) rules live in your document; external rules live as files in your configured iLogic directories. Nothing about how iLogic executes changes, you just get a much better place to write and debug.

Open the editor from the iLogic panel on the ribbon (Part, Assembly, or Drawing) by clicking the Code Editor button. The panel docks like any other Inventor window.

The Code Editor button in Inventor's iLogic ribbon panel iLogic Code editor overview

Features

Getting Started

Once the add-in is loaded, the iLogic ribbon panel shows a new Code Editor button. Open a document and click it to open the dockable editor.

From there you can:

  1. Browse rules in the sidebar: document rules at the top, external rule files below.
  2. Open a rule with a single click (preview) or double-click to keep it pinned.
  3. Edit with full IntelliSense, multi-cursor, and the editing toolbar.
  4. Run the rule with Save & Run (F5) and watch the output in the run log.
  5. Reuse common boilerplate by creating new rules from templates.

Head to Settings to configure the editor font, logging, external rule directories, and keyboard shortcuts.

On this page