atom-community / atom-community/ide-python
ide-python not fully functional with v1.0.0
- Vorherrschende Sprache
- JavaScript
- Sterne
- 238
- Forks
- 40
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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?
Beitragsleitfaden
Rechercherichtung
Reproduziere das Problem mit dem gemeldeten pyenv virtualenv- und python-language-server [all]-Setup und vergleiche das Jedi-Hover-Verhalten für integrierte Module mit installierten numpy- oder pandas-Modulen. Überprüfe außerdem das Hyperclick-Verhalten für Importe; erledigt ist die Aufgabe, wenn Jedi-Tipps für installierte Module funktionieren und importierte Module per Hyperclick angeklickt werden können.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- tooling
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100