krassowski / jupyterlab-transformers-completer

Inline completion provider using tranformers.js for JupyterLab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accept completion word by word and line by line

YongcaiHuang opened this issue · comments

Hi Krassowski,

I am so excited and impressed that we could have the inline completion for the Jupyterlab!!

During the trial under the Jupyterlab 4.1 pre-release, I found the code completion was smooth and fast. However, it seems that completion can only be accepted chunk by chunk (across several lines). there were so many completions. Many times, they are not 100% percent what I want, and such many completion lines can be disatractive.

therefore, it would be great if we could accept the completion word by word and line by line, like in VScode GitHub copilot.

Best regards

Thank you for the feedback @EricHUANG970823. I agree, we should have these. Since acceptance is implemented in JupyterLab itself, would you mind opening an enhancement request over at https://github.com/jupyterlab/jupyterlab/issues?

Thanks. New enhancement request has been opened via here jupyterlab/jupyterlab#15531

Thank you!

Closing as this is tracked in jupyterlab/jupyterlab#15531.