Skip to content

Autocomplete sometimes deletes struct name #52

Closed
@brunobeltran

Description

@brunobeltran

So I didn't realize this when testing it, because it's not 100%, but sometimes typing

struct_name.fie[TAB]

produces

field_name

instead of the desired

struct_name.field_name

I can try to fix it this weekend, since I have a decent idea of how autocomplete works in Jupyter now. Just wanted to post this here for anyone else having the same annoying problem.

Hopefully the solution is as simple as making the period character a word boundary in Jupyter's code for our kernel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions