I went to https://elm-editor.com/ and triggered the suggestions while importing.
Here, Browser or Html is not suggested, even though the rest of the code is using them:

Again, Html.Events is not suggested:

In fact, all of the suggestions are nonsense. Html.Bitwise does not exist.
EDIT: Further testing shows that it's worse than I thought:

Apparently, no dependencies are considered when generating suggestions. This makes them quite useless indeed.
(The project had been already compiled with the dependency at the point the screenshot was taken, so the suggestions should definitely had been available.)
As a learner, this means that I cannot rely on the editor to discover how the dependencies (that I have already chosen to work with) work.
EDIT 2: Testing further and more nonsense suggestions:

I went to https://elm-editor.com/ and triggered the suggestions while importing.
Here,
BrowserorHtmlis not suggested, even though the rest of the code is using them:Again,
Html.Eventsis not suggested:In fact, all of the suggestions are nonsense.
Html.Bitwisedoes not exist.EDIT: Further testing shows that it's worse than I thought:
Apparently, no dependencies are considered when generating suggestions. This makes them quite useless indeed.
(The project had been already compiled with the dependency at the point the screenshot was taken, so the suggestions should definitely had been available.)
As a learner, this means that I cannot rely on the editor to discover how the dependencies (that I have already chosen to work with) work.
EDIT 2: Testing further and more nonsense suggestions: