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
Assessment
This issue has not been assessed yet.