You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love elm-format, and I'm wondering if it's possible to add one more auto-fix to it. I'm often exposing everything from my lamdera Types.elm file, and just deleting the exposing Types line and let elm-format add in the new exports for me. The trouble is that I'm always replacing Main to Types after.
Would it be possible for elm-format to use the current filename instead of Main when adding that exposing Main .. line? I'm sure the intention is just to help getting a blank Elm file compiling, so no worries if its not on the table!
The text was updated successfully, but these errors were encountered:
I love elm-format, and I'm wondering if it's possible to add one more auto-fix to it. I'm often exposing everything from my lamdera
Types.elm
file, and just deleting theexposing Types
line and let elm-format add in the new exports for me. The trouble is that I'm always replacingMain
toTypes
after.Would it be possible for elm-format to use the current filename instead of Main when adding that
exposing Main ..
line? I'm sure the intention is just to help getting a blank Elm file compiling, so no worries if its not on the table!The text was updated successfully, but these errors were encountered: