Fork me on GitHub
#cursive
<
2018-07-04
>
vemv06:07:27

Is there a workaround for https://github.com/cursive-ide/cursive/issues/1983 ? i.e. some way for Cursive users to create a custom 'macro' which inserts ;; when hitting the semicolon key

cfleming08:07:37

@vemv I don’t think so, no. I’ll take a look at fixing that shortly.

vemv10:07:35

ace, thank you! yeah it can be a source of pain within a team

souenzzo17:07:16

hey @cfleming I'm doing a "dom" library like om.dom. There is some pattern/metadata that I introduce and allow cursive to generate stubs?

souenzzo20:07:40

can I (def x '[a b c]) (apply declare a b c) or something like it?

cfleming20:07:45

@souenzzo No, I’m afraid Cursive won’t understand that.

cfleming20:07:28

There isn’t a way to trigger the stub generation for custom namespaces yet, but I’m planning to add it shortly.

👍 4