```cairo pub macro inc { ($x:expr) => { $x + 1 }; } crate::in<caret>c!(2); ``` Same for plugin based top level inline macros like `component!`. Mind that calling expand command manually here works as expected, just the code action is missing.