← News

Build-tool integration for Maven, npm, Cargo, Go, and Gradle

July 7, 2026

Editora now integrates with five build tools. Each one gets its own toolbar icon, shown only when its marker file is present, that opens an IntelliJ-style actions popup and streams the chosen task to a per-tool console.

Maven and Gradle prefer the project’s own ./mvnw / ./gradlew wrapper. Discovery parses the marker file directly, with no shell-out and no new dependency, so it’s instant and offline. It’s on by default, and each tool stays inert until its marker file is found. See the build tools guide.