vscode-extension-auto-import
vscode-extension-auto-import copied to clipboard
Import always gets added after the last "import" in the file.
This is an issue when you use react and styled-jsx with scss imports. The import gets added after the @import of the scss file when it should just be added to the imports at the top of the file.

Same problem
the same happens in Angular Module definitions:

I'm having the same problem as @flobacher, it would be nice to have an option to let import in the first line of the file, at least it's easier to fix, especially with eslint.