quarto-dev/quarto-vscode

python autocomplete insert whole word instead of just the missing bit (qmd)

kompre opened this issue · 2 comments

Hi,

when I hit tab to autocomplete something inside a python code chunk, instead of just the completion, I get the whole word resulting in a wrong command.

before:
image

after:
image

This happens both on a windows machine and a linux one. It doesn't happen on .ipynb file

Quarto extension: v1.54.0

on linux:

Version: 1.72.2
Commit: d045a5eda657f4d7b676dedbfa7aab8207f8a075
Date: 2022-10-12T22:16:26.920Z
Electron: 19.0.17
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Linux x64 5.19.0-76051900-generic
Sandboxed: No

on windows:

Version: 1.72.2 (system setup)
Commit: d045a5eda657f4d7b676dedbfa7aab8207f8a075
Date: 2022-10-12T22:15:18.074Z
Electron: 19.0.17
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Windows_NT x64 10.0.19044
Sandboxed: No

Sooo... no love for this issue? Really doesn't happen to anyone else?

@kompre Thanks again for reporting, this should be resolved here (1755d70) and available in the new v1.56.0 release.