cider icon indicating copy to clipboard operation
cider copied to clipboard

Notify users when some command is not supported under ClojureScript

Open bbatsov opened this issue 7 years ago • 9 comments

Right now often people experience weird issues when they try to run something supported only for Clojure in a ClojureScript connection. It'd be nice if we added some basic function that does sanity checking in such commands and informs the users that the command they won't to use is not yet supporting "ClojureScript". Back in the day we've added some check only for the debugger, but it's time to expand this.

This command should be pretty easy to implement and should be applied to common interactive commands.

Any volunteers to take a stab at it? @xiongtx @ckoparkar @dpsutton

bbatsov avatar Feb 06 '18 01:02 bbatsov