IdeUtils

mill.api.daemon.internal.IdeUtils
object IdeUtils

Attributes

Source
IdeUtils.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IdeUtils.type

Members list

Value members

Concrete methods

def moduleName(p: Segments): Option[String]

Create the module name (to be used by an IDE) for the module based on its segments.

Create the module name (to be used by an IDE) for the module based on its segments.

Value parameters

path

If the segments yield no result, use the Mill Module folder name from this path.

Attributes

See also
Source
IdeUtils.scala