OutgoingCalls + know method class #8335
Unanswered
hugoribeiromsglife
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, hope you are doing great!
I have been going through LSP documentation, available requests, trying to figure out the best approach I can follow here (not really an expert..)
I have a couple of classes and methods inside those classes. From the current method I am editing on the monaco editor, I need to know every single method I call.. OutgoingCalls request looked appropriate and it gives me almost everything I need, I am just struggling to get each method's class (I need to know exactly the one I am calling because we can have methods with the same name in different classes).
e.g. on the following test_formula115 method:
LSP outgoingcalls request returns me the following:
but I also need to know the class of those 3 methods: getprops, testprop and test_formula0.
Is there an easy/recommended way to do what I need?
Thanks in advance and have a nice day!
Beta Was this translation helpful? Give feedback.
All reactions