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

Ability to ignore certain "Require namespace" hints #1499

Closed
madvas opened this issue Aug 22, 2016 · 1 comment
Closed

Ability to ignore certain "Require namespace" hints #1499

madvas opened this issue Aug 22, 2016 · 1 comment
Labels
released Marks issues which have had the fixes released in a stable build
Milestone

Comments

@madvas
Copy link

madvas commented Aug 22, 2016

In a file I require time as alias from my own namespace, not clj-time.core. It's like [myproject.time :as time]. This namespace works as wrapper around clj-time.core, so there's no now function directly defined. I don't expect IDE to understand this, I just want to tell IDE not to give me "Require namespace" bubble for time/now. Bubble keeps showing up constantly, visually blocking other code.

image

@cursive-ide cursive-ide added this to the 1.4.0-eap2 milestone Aug 23, 2016
@cursive-ide
Copy link
Owner

I see - yes, this is annoying. In this case, it shouldn't offer to require at all if you already have the same alias used for a different namespace.

@cursive-ide cursive-ide added the released Marks issues which have had the fixes released in a stable build label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Marks issues which have had the fixes released in a stable build
Projects
None yet
Development

No branches or pull requests

2 participants