atom-community / atom-community/ide-python
Does this still support hyperclick for 'go to definition'?
- 主要语言
- JavaScript
- 星标
- 238
- 派生
- 40
- PR 合并指标
- 30 天内没有已合并 PR
描述
I'm wondering if this package provides support for hyperclick, since I've seen it mentioned in some older issues (https://github.com/atom-community/ide-python/issues/143) and ide-python is mentioned as definition-location-provider in the [readme for atom-ide-definitions](https://github.com/atom-community/atom-ide-definitions).
Nor do I see an implementation for a function like `getSuggestionForWord` [as in the autocomplete-python package](https://github.com/autocomplete-python/autocomplete-python/blob/3151d01238144e17285c6f0f8843271fc3b66c52/lib/hyperclick-provider.coffee)
Currently, I _think_ I have all the packages to make this work:
* atom-ide-definitions
* atom-ide-base
* atom-ide-hyperclick
* ide-python
But I can only use the "go to definition" command from the command palette.
贡献指南
调研方向
首先检查 ide-python 的定义提供程序集成,并将其与 autocomplete-python 中链接的 lib/hyperclick-provider.coffee 示例进行比较。检查 atom-ide-definitions、atom-ide-base 和 atom-ide-hyperclick 如何连接到该命令;完成的标准是确认 hyperclick 是否可以触发相同的 go-to-definition 行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, python
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100