padreati / rapaio-jupyter-kernel

Java jupyter kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autocomplete replacement bug when position is not 0

padreati opened this issue · comments

When autocompete is employed a wrong behavior happens.

Examples:

  • %depen, cursor position 0 => the behavior is correct.

  • %depen, cursor position is 1 => the replacement looks like %%dependency ..., which is wrong