Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Fix auto import for enums #131

Merged
merged 1 commit into from Mar 4, 2021

Conversation

m-lnrs
Copy link
Contributor

@m-lnrs m-lnrs commented Sep 4, 2020

Identify the Bug

Issue #130

Description of the Change

The buildImportSuggestion function seems to not consider enums when performing the auto import functionality.

This change considers enums as classes when performing the auto import functionality.

Alternate Designs

I've been using PR #120 for issue #114 as a guide line.

Possible Drawbacks

None that I've notice.

Verification Process

  • Running the test suite;
  • Triggering imports of other types.

Release Notes

Fixed an issue when trying to auto import enums.

@darangi darangi merged commit dede888 into atom:master Mar 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants