cupcake
cupcake copied to clipboard
Disable autocomplete for literals (strings and numbers)
Bug
Disable autocomplete for literals (strings and numbers)
System Information
- OS: [e.g. iOS]
- Python Version: [e.g: 3.10]
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.