Bug 416842

Summary: Jump to declaration/definition does not work on module and import statement
Product: [Developer tools] kdev-python Reporter: shengming hu <shmhu>
Component: Language supportAssignee: Sven Brauch <mail>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: PCLinuxOS   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description shengming hu 2020-01-27 23:25:39 UTC
SUMMARY


STEPS TO REPRODUCE
1. open any python source code
2. move cursor to a module or a name from import statement, eg: from util import function1
3. There is not Jump to declaration

OBSERVED RESULT

There is no jump to declaration available 

EXPECTED RESULT

We could jump to declaration  always which can help developer understand code quickly

Some time. ALT key can show where the Decl is, but Jump to Declaration still does not work. Have to use mouse to click the Decl link to navigate.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  Lubuntu 19.04
(available in About System)
KDE Plasma Version: N/A
KDE Frameworks Version: KDE Frameworks 5.65.0
Qt Version: Qt 5.12.6 (built against 5.12.6)

ADDITIONAL INFORMATION
Comment 1 Sven Brauch 2020-01-27 23:28:58 UTC
This is currently simply not implemented.