Skip to content

add missing imports source action and tests #2744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

datstarkey
Copy link

Fixes #2616

Adds the source action to addMissingImports, reusing the same quick fix action as "import all missing"

Added two tests to show it working with missing imports and without.

works with the

  "editor.codeActionsOnSave": {
    "source.addMissingImports": "always",
  },

to add the imports on save, producing similar functionality to the typescript version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Missing Imports on file save
1 participant