cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
590 stars 7 forks source link

Stacking multiple #_ isn't shown as a comment #2964

Closed djpowell closed 1 month ago

djpowell commented 1 month ago

I often use # # to comment out the next two symbols, such as in a map. I thought that this used to display correctly in Cursive, but it doesn't seem to in 1.14.0-eap1-2024.2.

Eg:

(let [a 1
      #_#_ b 3])

I also notice, that Reformat Code, removes whitespace after the #_ token, I'm not sure if that is intended.

cursive-ide commented 1 month ago

Thanks, this is fixed for the next build.

cursive-ide commented 1 week ago

Fix released in 1.14.0-eap2 on 2024-11-08.