Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

🐛 BUG: Auto add missing imports dont work well #715

@TheElegantCoding

Description

@TheElegantCoding

Describe the Bug

in my vscode config i have this line of code, this let me save the file and let vscode auto import the missings imports, but this dont work well

{
  "editor.codeActionsOnSave": {
    "source.fixAll": true,
    "source.addMissingImports": true
  },
}

as you can see in the photo, this add the import in the top of the line not where it should go

image

Steps to Reproduce

{
  "editor.codeActionsOnSave": {
    "source.fixAll": true,
    "source.addMissingImports": true
  },
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    - P3: minor bugAn edge case that only affects very specific usage (priority)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions