MagicStack / MagicStack/MagicPython
autocompletion does not work for import statements due to the completion rules specified
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.4k
- 派生
- 98
- PR 合并指标
- 30 天内没有已合并 PR
描述
- 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
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查 MagicPython 中 import 语句的补全规则,并将其与链接的 Anaconda issue 中讨论的解决方案进行比较。在使用 MagicPython 的 Sublime Text 3 中验证其行为;在输入 Python import 语句时自动补全仍保持可见,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100