ccw-ide / ccw

Counterclockwise is an Eclipse plugin helping developers write Clojure code
https://github.com/laurentpetit/ccw/wiki/GoogleCodeHome
Eclipse Public License 1.0
220 stars 50 forks source link

Allow repeated macro expansion using Ctrl+hover #803

Open asampal opened 9 years ago

asampal commented 9 years ago

It would be nice if when Ctrl+hovering over a macro in the popup you could expand just the the symbol under the cursor, with the new expanded expansion replacing the previous one. Like this, you could pick and choose how to repeatedly expand certain parts of a more complex structure. Having some way of going back through the expansions would be a plus.

arichiardi commented 9 years ago

Indeed it would be great to do it. The fact is that the the expanded content is not expanded in an editor at the moment but in a html control. I wanted to enhance that, still have not had time. It would be useful also for other hovers I had in mind.