Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FourierTransformer opened this issue Nov 30, 2024 · 0 comments
Open

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

FourierTransformer opened this issue Nov 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@FourierTransformer
Copy link
Collaborator

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.

@FourierTransformer FourierTransformer added the bug Something isn't working label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant