Absent `__init__.py` breaks autocomplete and goto functionality.
See original GitHub issueStarting 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:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
they do not correlate. looks like I should release new version 😃