You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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 text was updated successfully, but these errors were encountered: