Ctrl+P
Automatically inserts a toplevel package {name} statement when creating a Scala file, where {name} is inferred from the file system structure.
package {name}
{name}
E.g. if you create a file in src/main/scala/io/buildo/myproject/, this extension will automatically add
src/main/scala/io/buildo/myproject/
package io.buildo.myproject
on top of the file.