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

Code completion doesn't work with renamed, referred vars #1544

Closed
Engelberg opened this issue Oct 1, 2016 · 3 comments
Closed

Code completion doesn't work with renamed, referred vars #1544

Engelberg opened this issue Oct 1, 2016 · 3 comments
Labels
bug Marks issues describing bugs released Marks issues which have had the fixes released in a stable build
Milestone

Comments

@Engelberg
Copy link

(ns my-namespace
  (:require [clojure.set :as set :refer :all :rename {union uni}]))

This introduces a var uni into the current namespace that Cursive doesn't appear to know about.

@Engelberg
Copy link
Author

If the thing you are renaming is a macro, this issue makes it impossible (as far as I can tell) to alter Cursive's indentation for the macro.

@marco-m
Copy link

marco-m commented Oct 5, 2018

@cursive-ide this impacts, for example, better-cond https://github.com/Engelberg/better-cond/tree/v2.0.1.

@cursive-ide cursive-ide added this to the 1.12.2 milestone Mar 15, 2022
@cursive-ide
Copy link
Owner

I believe the original issue was fixed some time ago, in #394. However, renamed vars incorrectly appeared with the original names in completion lists, which is now fixed.

@cursive-ide cursive-ide added the bug Marks issues describing bugs label Apr 13, 2022
@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
bug Marks issues describing bugs released Marks issues which have had the fixes released in a stable build
Projects
None yet
Development

No branches or pull requests

3 participants