MagicPython icon indicating copy to clipboard operation
MagicPython copied to clipboard

autocompletion does not work for import statements due to the completion rules specified

Open lallenfrancisl opened this issue 4 years ago • 3 comments

  • 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

lallenfrancisl avatar May 14 '20 17:05 lallenfrancisl

The issues you mentioned appear to have been deleted. :open_mouth:

cardoso-neto avatar Jul 03 '20 23:07 cardoso-neto

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.

1st1 avatar Jul 06 '20 21:07 1st1

https://github.com/DamnWidget/anaconda#auto-complete-for-import-behaves-badly

This describes the issue

lallenfrancisl avatar Jul 06 '20 22:07 lallenfrancisl