atom-community / atom-community/ide-python
Does this still support hyperclick for 'go to definition'?
- Dominant language
- JavaScript
- Stars
- 238
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Research direction
Start by inspecting ide-python's definition-provider integration and compare it with the linked autocomplete-python lib/hyperclick-provider.coffee example. Check how atom-ide-definitions, atom-ide-base, and atom-ide-hyperclick connect to the command; done means confirming whether hyperclick can trigger the same go-to-definition behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100