zjhmale / intellij-clojure-pretty-symbol

Pretty symbols for your Clojure development with IntelliJ IDEA
39 stars 2 forks source link

Capture highlighted var/symbol from Cursive for extension #16

Closed theronic closed 7 years ago

theronic commented 7 years ago

I want to sequence some music and store the result in the highlighted atom symbol, i.e. #(reset! the-highlighted-symbol {:some-notes [5 6 7 ]}).

Is there a way to interact with Cursive from the REPL to enumerate or detect clicking on a symbol in the text editor so that I can capture that var and trigger an input dialog?

theronic commented 7 years ago

sorry wrong project :)

zjhmale commented 7 years ago

No worries 😄