Fork me on GitHub
#cursive
<
2017-09-14
>
dadair00:09:23

both 😛 but really if there's a way to see all vars currently defined in the ns and you can still drill down to one of them (and use the "set as root" button as in the inspector) then that accomplishes everything I would need

dadair00:09:37

then being able to specify a specific var to jump to is just convenience

dadair00:09:34

node that this would need to include both vars defined in the file and vars defined through the repl 🙂

cfleming00:09:19

Yeah, this would be a REPL introspection tool.

steveb8n09:09:14

@cfleming would it be difficult for unused (grey) symbols in {:keys [foo bar]} where bar is not used to be grey? I’ve been cleaning these up lately and it would happen naturally if they were grey. Or is there an issues for this already?