tonsky / Clojure-Sublimed

Clojure support for Sublime Text 4
MIT License
359 stars 22 forks source link

Option to display results inline with Phantoms instead of Annotations #8

Closed tonsky closed 2 years ago

tonsky commented 2 years ago

Might actually be two options: display right next to form (moves text after):

Untitled

or at the end of the current line:

Screenshot 2021-10-26 at 01 02 13
jaihindhreddy commented 2 years ago

In case you're looking for opinions, end of current line seems better to me because the users don't have to (mentally) filter out the "edits" made by the plugin, so to speak.

Seeing results closer to the code does sound very good.

tonsky commented 2 years ago

I think it’s great as it is now too. I was worried that it might feel a bit disconnected or hard to locate but after using it I see no problems whatsoever with the current approach.