Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
autocompletion does not work for import statements due to the completion rules specified #210
Comments
|
The issues you mentioned appear to have been deleted. |
|
I'm not sure what's happening here, but my guess would be that the default highlighter names scopes slightly different from MP. We're not going to change them at this point though as that would break color schemes. |
|
https://github.com/DamnWidget/anaconda#auto-complete-for-import-behaves-badly This describes the issue |
The issue is that due to some bug in ST3 autocompletes gets hidden when typing in import. Here's the issue being discussed in Anaconda forums and it has a solution
https://github.com/DamnWidget/anaconda/issues/324
You can get around it using this when using default Python syntax but not when using MagicPython
https://github.com/DamnWidget/anaconda#auto-complete-for-import-behaves-badly