MagicStack / MagicStack/MagicPython
autocompletion does not work for import statements due to the completion rules specified
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
* **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](url)
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](url)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the completion rules for import statements in MagicPython and compare them with the solution discussed in the linked Anaconda issue. Verify the behavior in Sublime Text 3 with MagicPython; done means autocomplete remains visible while typing Python import statements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100