Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python unable jump to definition on asyncio modules #693

Open
ykvch opened this issue Sep 16, 2019 · 0 comments
Open

Python unable jump to definition on asyncio modules #693

ykvch opened this issue Sep 16, 2019 · 0 comments

Comments

@ykvch
Copy link

ykvch commented Sep 16, 2019

Environment:

Sublimetext 3 (build 3207)
SublimeCodeIntel (v2.2.0 installed via package control)
OS: x86_64 Linux 4.19.69 kernel + KDE

Preconiditions:

  1. Install aiohttp (pip install aiohttp).
  2. Create file with python code:
from aiohttp import web
import asyncio
loop = asyncio.get_event_loop()

Steps:

  1. Choose "jump to symbol definition" (via sublimecodeintel) at web or get_event_loop

Expected:

  1. Definition shown.

Actual:

  1. No defintion shown.

Note:

Looks like the issue reproduces with asyncio-related modules only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant