Bug 416842 - Jump to declaration/definition does not work on module and import statement
Summary: Jump to declaration/definition does not work on module and import statement
Status: REPORTED
Alias: None
Product: kdev-python
Classification: Developer tools
Component: Language support (show other bugs)
Version: unspecified
Platform: PCLinuxOS Linux
: NOR wishlist
Target Milestone: ---
Assignee: Sven Brauch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-27 23:25 UTC by shengming hu
Modified: 2020-01-27 23:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.