<@U0QBCLV62> Having a plugin with code like this:...
# gradle
j
@bamboo Having a plugin with code like this:
Copy code
class JUnitPlatformExtension {
    void filters(Action<FiltersExtension> closure) { }
}
class FiltersExtension {
	void tags(Action<TagsExtension> closure) { }
}
When used in IntelliJ shows up like this: