I have a class which I show in the editor. What is the best way to programatically add a method to this class. Can I use the Ast in the Document.SemanticParseData for that?
Or I will need juat to add it into the Document.Text? In this case how I can tedetmin the proper position to add and how can I keep correct indentation?
Thanks,
Alex
Or I will need juat to add it into the Document.Text? In this case how I can tedetmin the proper position to add and how can I keep correct indentation?
Thanks,
Alex