MagicPython
MagicPython copied to clipboard
autocompletion does not work for import statements due to the completion rules specified
- Sublime Text 3 3.2.2, Build 3211:
- Ubuntu 20.04:
- BlackRain:
- From package control:
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
The issues you mentioned appear to have been deleted. :open_mouth:
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