cupcake icon indicating copy to clipboard operation
cupcake copied to clipboard

Disable autocomplete for literals (strings and numbers)

Open tomlin7 opened this issue 1 year ago • 1 comments

Bug

Disable autocomplete for literals (strings and numbers) image

System Information

  • OS: [e.g. iOS]
  • Python Version: [e.g: 3.10]

tomlin7 avatar Jun 16 '23 10:06 tomlin7

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 avatar Jun 16 '23 19:06 tomlin7