alexander-yakushev / compliment

Clojure completion library that you deserve
Eclipse Public License 1.0
355 stars 38 forks source link

Also offer completions for (var-) quoted symbols #82

Closed vemv closed 2 years ago

vemv commented 2 years ago

Hi Alex,

it seemed to me that completions could be offered for quoted or var-quoted symbols.

Examples included as deftests.

The proposed solution is not particularly fancy, it might not be even be located in the best place but it might be at least a good conversation starter!

Build is green in my account:

image

Best wishes πŸ‡ΊπŸ‡¦

bbatsov commented 2 years ago

@vemv Looks good to me. Please mention it in the changelog and we're good to go.

bbatsov commented 2 years ago

Actually I'll add the entry myself. Saves me dealing with merge conflicts there, now that there a few PRs to merge.