You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using textual inside Visual Studio Code and have the issue that the imports are not properly auto-completed, as can be seen in the screenshot. Even clicking the more matches can't find it.
The imports themselves work, when I add them manually. Like from textual.widgets import ... and then I get autocomplete for the classes inside.
Is there anything that textual does different when packaging their package / modules? Or is that rather an issue with the official Python extension in VSCode?
The text was updated successfully, but these errors were encountered:
The bug
I am using textual inside Visual Studio Code and have the issue that the imports are not properly auto-completed, as can be seen in the screenshot. Even clicking the more matches can't find it.
The imports themselves work, when I add them manually. Like
from textual.widgets import ...
and then I get autocomplete for the classes inside.Is there anything that textual does different when packaging their package / modules? Or is that rather an issue with the official Python extension in VSCode?
The text was updated successfully, but these errors were encountered: