atom-community / atom-community/ide-python
ide-python not fully functional with v1.0.0
- Langage dominant
- JavaScript
- Étoiles
- 238
- Forks
- 40
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Hi! I've discovered that with version v1.0.0, although the linter and isort plugin is working fine, the jedi tip and hyperclick is not working.
This is my current procedure:
1. Use pyenv to create a virtualenv
2. Use pip or poetry to install python-language-server with the [all] option
3. activate the venv so that "which python" links to the venv one
4. Start atom from the terminal with the above python pointing to the venv one.
5. Start a script and finds out that only basic functioning like linter, outline and find reference is working. On the other hand, jedi tips and hyperclick is not working correctly.
**Detail on point 5:**
I've found that the with built-in module like os or time, only the jedi hover is working. The pip installed one such as numpy or pandas show no jedi hover.
And all modules imported can't be hyperclicked.
---
Is there anything I can do to help test this?
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Reproduire le problème avec la configuration pyenv virtualenv et python-language-server [all] indiquée, puis comparer le comportement de survol de Jedi pour les modules intégrés avec celui des modules numpy ou pandas installés. Vérifier également le comportement de hyperclick pour les imports ; le travail est terminé lorsque les indications de Jedi fonctionnent pour les modules installés et que les modules importés peuvent être ouverts avec hyperclick.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- python
- Domaine
- tooling
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 25/100