Skip to content
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

Adding aliased import when namespace is already required without alias duplicates #2996

Open
cursive-ide opened this issue Nov 29, 2024 · 0 comments
Labels
bug Marks issues describing bugs
Milestone

Comments

@cursive-ide
Copy link
Owner

e.g. if this is already present:

[lambda.dynamo :refer [->attr ->item ->stack-table from-item]]

requiring via: (dyn|) using autocomplete will result in:

[lambda.dynamo :as dynamo]
[lambda.dynamo :refer [->attr ->item ->stack-table from-item]]
@cursive-ide cursive-ide added the bug Marks issues describing bugs label Nov 29, 2024
@cursive-ide cursive-ide added this to the 1.14 milestone Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Marks issues describing bugs
Projects
None yet
Development

No branches or pull requests

1 participant