VS Code extension might "auto import the wrong module"

I’m reading the Chapter 4 . When I do the exercise, I have almost same answer as it in the no-peeking folder, but I didn’t pass the test. It took me days to realize that some VS Code extension “auto import the wrong module” in my MySolutions.purs . :upside_down_face:

1 Like

That can definitely get you if you aren’t checking the import module. In VS Code, you can press ctrl+space again when autocomplete is open to toggle the extra details window which shows the function type, docs, and module name.

2 Likes