Skip to content

Completion when using brackets ([]) does not work #29

Open
@FourierTransformer

Description

The type needs to be resolved inside the brackets first and then passed to the token list.

It might be able to work by taking what's inside the brackets and passing it into document:type_information_for_tokens to get the type and then somehow using that in the list of tokens. Would also need to handle recursive calls within the brackets.

This along with #28 may need to expand the list of tokens to actually being a type with some additional metadata to help type_information_for_tokens.

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions