Structure order in .scala files in IDEA

Is it possible to make IDEA to respect structure order defined in file templates?
For example: first comes license information, then package definition, then imports, and then code.
For now it's always package definition and imports that come first.
Java mode preserves such structure.

0

Currently there's no way to preserve such structure, however we're going to implement that feature.

0

请先登录再写评论。