MichaelAquilina / python-tools

:wrench: Atom plugin which uses jedi to provide numerous tools useful for developing python code in atom.
MIT License
100 stars 22 forks source link

Python tools goto-definitions not work for python variables #196

Open nileshpatil480 opened 4 years ago

nileshpatil480 commented 4 years ago

My current version of system: ATOM:1.44.0 Python-tools:0.6.9 Linux:18.04 python:3.6

while use of goto-definitions, It works fantastic on methods and functions could not recognized python variable defined into and outside the current file

once we have improved that it will be a great feature from python -tools