Kotlin / kotlin-jupyter

Kotlin kernel for Jupyter/IPython
Apache License 2.0
1.12k stars 107 forks source link

Dot (.) in comments are triggering autocomplete #399

Open cmelchior opened 1 year ago

cmelchior commented 1 year ago

When writing a Kotlin comment, using a dot (.) in the text will trigger the autocomplete box, which seems like the wrong thing to do. I would expect it to just treat any text in a comment line as just text.

Example:

image

The autocomplete box is also triggered if adding a dot in the middle of the line.

ileasile commented 1 year ago

Yes, it's a bug, thanks for reporting!