Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

No definition found for 'method_name' #1443

Closed
fabatera opened this issue Aug 15, 2019 · 1 comment · Fixed by #1452
Closed

No definition found for 'method_name' #1443

fabatera opened this issue Aug 15, 2019 · 1 comment · Fixed by #1452
Assignees
Labels
bug Something isn't working feature: references

Comments

@fabatera
Copy link

fabatera commented Aug 15, 2019

'Go to definition or F12' was working well. Now it's just not working in this case.
I select base_test_method and hit F12. Message: No definition found for ''base_test_method"

from foo.bar.nono import base_test
class Class_A(base_test):
  def func(self):
#this is NOT going to definition
    self.base_test_method()

#this is going to definition
    base_test.base_test_method()

VS code version 1.36.0 or 1.37.0.
Extensions enabled: Python (nothing else)

@CTrando
Copy link
Contributor

CTrando commented Aug 15, 2019

Related: #1356.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working feature: references
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants