-
The bugI 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 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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It works for me. Have you selected the appropriate Venv where Textual is imported? ![]() |
Beta Was this translation helpful? Give feedback.
Thanks for showing that it actually works. Found the issue. I had to set the language server in the pylance extension to
full
instead ofdefault
. For some reason default misses some things.