This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Description
Description
MacroEnv.define_alias
will error when you are actively typing an alias, as it is attempting to pass a "function call" to it.
This happens because we inject the cursor as __cursor__()
into the source code, but that is not accurate. The same thing would
happen if you actually had typed a function call there.
Need to be more strict when expanding that part.