@dave.dixon the new version of Atom (just published!) fixes the issue while evaluating top-blocks on the end of the line. Evaluate block will not change, because the old implementation was relying on some internal Atom APIs that were faulty (things like comments, strings, and other syntax elements could confuse what Atom understands as a "block")
It also adds support for Suitable autocomplete on ClojureScript side (and then, we have some kind of intelisense for JS) 😄
Works great! Thank you.
I might have asked before, but what is a block in Chlorine parlance? Same as form or... unsame? :thinking_face:
Same as a form
Great to know! 🙂