BetterThanTomorrow / calva

Clojure & ClojureScript Interactive Programming for VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add source info in tooltip of inspector items

PEZ opened this issue · comments

When examining data in the inspector it's easy to loose track of from where something was evaluated or added. For evaluations we can add info about session type and namespace to the tooltip. Something like so:

image

For items added via the Add to Inspector command, we can include filename and line + column info.