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
Recently, I noticed an unusual autocompletion bug. For illustration, I’m attaching a video that demonstrates the issue: typing test. and selecting test.py results in the docstring retaining test.test.py instead of just test.py. Could this be addressed, or is there a workaround?
test.mp4
Extension version: 2024.22.2
VS Code version: Code 1.96.2 (fabdb6a30b49f79a7aba0f2ad9df9b399473380f, 2024-12-19T10:22:47.216Z)
OS version: Windows_NT x64 10.0.19041
The text was updated successfully, but these errors were encountered:
Thanks for the issue but I can't reproduce the problem. I'm guessing you're running a notebook and this is happening after you start the kernel?
That works for me, but try updating your jupyter extension to the latest prerelease version. The jupyter kernel is providing that completion item and you may have an older jupyter extension.
I think updating to the latest pre-release versions of the Python-related extensions resolved the issue. It no longer suggests available files such as test.py in the docstring. Also, this is a regular Python script, not a notebook.
Type: Bug
Behaviour
Recently, I noticed an unusual autocompletion bug. For illustration, I’m attaching a video that demonstrates the issue: typing
test.
and selectingtest.py
results in the docstring retainingtest.test.py
instead of justtest.py
. Could this be addressed, or is there a workaround?test.mp4
Extension version: 2024.22.2
VS Code version: Code 1.96.2 (fabdb6a30b49f79a7aba0f2ad9df9b399473380f, 2024-12-19T10:22:47.216Z)
OS version: Windows_NT x64 10.0.19041
The text was updated successfully, but these errors were encountered: