Fork me on GitHub
#cursive
<
2017-08-18
>
joelsanchez11:08:24

are there any plans for improving macro support / any existing solutions that i don't know about?

joelsanchez11:08:38

right now any var that's created by a macro goes unrecognized by cursive

bfabry20:08:49

@joelsanchez this is the purpose of stub generation. though it doesn't seem to have had much movement in a while

cfleming22:08:12

@joelsanchez Depending on how those vars are created, there are some options. If they’re created using def-like things, then https://cursive-ide.com/userguide/macros.html can help.