question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Absent `__init__.py` breaks autocomplete and goto functionality.

See original GitHub issue

Starting Python version 3.3 it uses Implicit Namespace Packages. This Python version has been included in the Sublime Text 3. But if an empty __init__.py isn’t contained in the module autocomplete and goto definition doesn’t work cause goto daemon returns an empty suggestions list.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
srusskihcommented, Mar 6, 2020

@ak04nv I have no idea how quick it would be available but here it is https://github.com/srusskih/SublimeJEDI/releases/tag/0.17.0

1reaction
srusskihcommented, Mar 6, 2020

they do not correlate. looks like I should release new version 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Autocompletion doesn't work when __init__.py contains ...
Autocompletion doesn't work when __init__.py contains __all__ but doesn't import the modules themselves. Expected result: PyCharm should have auto completed ...
Read more >
neovim, lua, clang, lsp and cmp autocomplete. - Reddit
I am seeking help in two areas. Get autocompletion working. Clean up the init lua and move the keybindings and the plugin setup...
Read more >
Changelog — Python 3.11.1 documentation
gh-98790: Assumes that a missing DLLs directory means that standard extension modules are in the executable's directory. gh-98745: Update py.exe ...
Read more >
Troubleshooting - Dendron
The most likely culprit of this error is a bad snippets file. To fix, bring up the command prompt, type >Configure User Snippets...
Read more >
Modern IDEs are magic. Why are so many coders still using ...
A few years ago when I used PyCharm for Python development, it would sometimes become ... Even Vim users break out an IDE...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found