Blog

Introducing the BoxLang IDE Plugin for IntelliJ

Eric Peterson March 06, 2026

Spread the word

Eric Peterson

March 06, 2026

Spread the word


Share your thoughts

The IntelliJ ecosystem is one of the most powerful development environments for JVM developers. Today, we’re excited to introduce the official BoxLang IDE plugin for IntelliJ, bringing modern BoxLang development directly into the JetBrains IDE family.

Whether you're building new BoxLang applications or maintaining existing CFML codebases, this plugin gives you first-class tooling inside IntelliJ.


Installing the Plugin

Installing the plugin is easy from the JetBrains Marketplace.

  1. Open Settings → Plugins
  2. Search for BoxLang IDE
  3. Click Install
  4. Restart IntelliJ

Or install directly from the marketplace:

👉 https://plugins.jetbrains.com/plugin/30311-boxlang-ide

IntelliJ's plugin marketplace showing BoxLang IDE


Key Features

The IntelliJ plugin brings powerful development features for both BoxLang and CFML developers.


🎨 BoxLang Syntax Highlighting

Full syntax highlighting for BoxLang source files makes your code easier to read and maintain.

Features include:

  • Tokenized syntax highlighting
  • Language-aware formatting
  • Support for modern BoxLang syntax

Hyper inside IntelliJ's BoxLang IDE


🧰 BoxLang Project Creation

Quickly bootstrap a new BoxLang project directly from the IntelliJ project wizard.

This allows you to:

  • Create a new BoxLang application structure
  • Configure runtimes quickly
  • Start coding immediately

BoxLang New Project Creation


🧠 Language Server (LSP) Support

The plugin integrates with the BoxLang Language Server, enabling advanced development features:

  • IntelliSense / code completion
  • Hover documentation
  • Go to definition
  • Find references
  • Inline diagnostics and errors

BoxLang IDE showing Goto Symbol support


🐞 Debugging Support

Debug your BoxLang applications directly inside IntelliJ.

The plugin supports:

  • Breakpoints
  • Step-through debugging
  • Variable inspection
  • Call stack navigation

BoxLang Debugger in action


🧪 TestBox Integration

Run and debug TestBox tests without leaving your IDE.

Benefits include:

  • Running tests from IntelliJ
  • Viewing results inline
  • Faster test-driven development workflows

BoxLang IDE TestBox Integration with IntelliJ


🔵 CFML Syntax Highlighting

The plugin also includes syntax highlighting for CFML, making it easier to work in mixed environments.

This is particularly useful for teams that are:

  • Migrating CFML applications to BoxLang
  • Maintaining legacy codebases
  • Working with hybrid projects

Designed for the JVM Ecosystem

BoxLang is built for the JVM and integrates naturally with Java-based tooling and workflows.

That means IntelliJ users get:

  • Familiar workflows
  • Powerful navigation
  • Rich plugin ecosystem
  • Seamless integration with JVM tooling

Get Started Today

Ready to try BoxLang in IntelliJ?

👉 Install the plugin:
https://plugins.jetbrains.com/plugin/30311-boxlang-ide

👉 Learn more about BoxLang:
https://boxlang.io


Feedback Welcome

We’re actively improving the plugin and would love your feedback.

  • Open issues
  • Submit feature requests
  • Contribute improvements

Let’s make BoxLang development on IntelliJ world-class.

Add Your Comment

Recent Entries

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

The MatchBox open beta is live at https://boxlang.ortusbooks.com/boxlang-framework/matchbox, and it brings something genuinely new to the BoxLang ecosystem: a path into WebAssembly.

That means BoxLang code can now move into browser applications, static-site deployments, edge runtimes, and WASI-style containers - without requiring a JVM. The feature is still beta, but the core direction is already useful: write BoxLang, compile it with MatchBox, and ship the generated WASM artifact to wherever a small portable runtime makes sense.

Jacob Beers
Jacob Beers
June 04, 2026
One Language, Every Runtime: BoxLang Expands Beyond the Server

One Language, Every Runtime: BoxLang Expands Beyond the Server

Discover how BoxLang’s multi-runtime architecture helps developers build beyond the server with support for serverless functions, desktop applications, CI/CD workflows, Java integrations, containers, runtime management, and more.

Maria Jose Herrera
Maria Jose Herrera
June 04, 2026
BoxLang 1.14.0 : Introducing Inner Classes

BoxLang 1.14.0 : Introducing Inner Classes

BoxLang has always embraced a simple truth: the way you organize code shapes the way you think about problems. For a long time, if you needed a helper class, you needed a file. One class, one .bx file, no exceptions. That's clean and predictable, but it creates real friction when a class is tightly coupled to exactly one caller and has no business existing anywhere else.

Luis Majano
Luis Majano
June 03, 2026