MagicStack / MagicStack/MagicPython

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

Open
#210 3 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.