New tool for working with Behavior Trees

Hello everyone!

I’ve just published TreeSense, a new VS Code extension that brings basic IntelliSense to BehaviorTree.CPP XML files. With TreeSense you can:

  • Ctrl+Click on any <SubTree> ID to jump straight to its definition
  • Hover over a tree reference to see a clean, indented outline of its structure

It’s still early days and possibly doesn’t cover every edge case, but I hope you find it useful. I’d love to hear any feedback or feature suggestions as you try it out!

9 Likes