formatting - Scala formatter - show named parameter -


i have relatively large scala code base not use named parameters function/class calls. rather going in , manually entering it, tedious process, looking @ formatter job. best found scalariform, i'm not sure whether can write rule complex.

i'm curious if has ran similar problem , found powerful formatter.

the scala refactoring library might use. need knowledge of scala's abstract syntax tree representation.

why want use named parameters throughout code base? intellij's default suggest name boolean arguments (only).


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -