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

Disable autocomplete for literals (strings and numbers) #39

Open
tomlin7 opened this issue Jun 16, 2023 · 1 comment
Open

Disable autocomplete for literals (strings and numbers) #39

tomlin7 opened this issue Jun 16, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@tomlin7
Copy link
Owner

tomlin7 commented Jun 16, 2023

Bug

Disable autocomplete for literals (strings and numbers)
image

System Information

  • OS: [e.g. iOS]
  • Python Version: [e.g: 3.10]
@tomlin7 tomlin7 added the bug Something isn't working label Jun 16, 2023
@tomlin7 tomlin7 self-assigned this Jun 16, 2023
@tomlin7 tomlin7 changed the title [ISSUE] [ISSUE] Disable autocomplete for literals (strings and numbers) Jun 16, 2023
@tomlin7
Copy link
Owner Author

tomlin7 commented Jun 16, 2023

this issue has been fixed for number literals, but issue remains with strings. one possible good solution is to check tags under cursor with text.tags_names(index) includes Token.String, Token.Number, Token.Comment, Token.Punctuation. Testing of this currently failed.

@tomlin7 tomlin7 changed the title [ISSUE] Disable autocomplete for literals (strings and numbers) Disable autocomplete for literals (strings and numbers) Jul 9, 2023
@tomlin7 tomlin7 transferred this issue from tomlin7/biscuit Jul 28, 2023
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