Autocomplete not working in Custom Code editing Visual Studio for Mac

I'm trying to customise your generated code using visual studio(after adding the page to the ignore list). I'm trying to hook to the upload complete event of the upload component

Visual studio seems not to recognise the code and does not provide autocomplete feature.Please advice

Screenshot 2022-07-22 at 9.55.04 AM

I'm afraid that this is not related to Radzen at all. Btw you can declare your custom code in the page partial class generated by Radzen - no need to add it to ignore list.

Thanks for your reply.I have added the method to the partial class and placed a breakpoint there. But after attaching the VS debugger, the breakpoint is not getting hit. It is getting hit for the server code.
These are the processes available .
Screenshot 2022-07-22 at 10.30.42 AM

When trying to debug from browser I cannot locate dashboard related files