When adding an import clause with the unresolved reference Quick Fix, the generated import clause is currently being inserted after any comments following the module declaration. This behavior is correct when the comment is a module doc comment, but it is undesirable for regular one-line or multi-line comments.
BAD:
The line import Dict exposing (Dict) should be above the line
-- TYPES
When adding an import clause with the unresolved reference Quick Fix, the generated import clause is currently being inserted after any comments following the module declaration. This behavior is correct when the comment is a module doc comment, but it is undesirable for regular one-line or multi-line comments.
BAD:
The line
import Dict exposing (Dict)
should be above the line-- TYPES
@durkiewicz please assign to me