You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[faux::create]structS{a:i32,}#[faux::methods]implS{fndo_work(&mutself){let s = "abcd";//let n = s.len();self.a = 0;}}
When typing the commented line, I don't get a suggestion for len method or any other methods.
If I put semicolon in the end in advance, then it starts working.
Also if I remove macros annotations then it starts working as expected too.