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

Go to definition not working #1600

@wziww

Description

@wziww

image

Environment data

  • Extension Version: (ms-python.python) 2019.9.34911
  • VScode Version: 1.38.1
  • Python version: 2.7.16 64-bit
  • OS: Darwin x64 18.0.0

Expected behaviour

Go to definition while using Nested Classes

Actual behaviour

Cant go to definition

Logs

Code Snippet / Additional lnformation

class test():
    class Test2():
        def Z(self):
            return
    A = Test2()

    def X(self):
        return


test.A.Z()

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions