0

Sublime text 3 had a dropdown menu that suggested previously used variables, which I really liked. While sublime text 4 still does that it also shows additional code snippets, which I find very annoying. Hence, is there a way to only show used variables in the prediction?

For example, in the picture below, I don't want a prediction of a function or class: enter image description here

Another_coder
  • 728
  • 1
  • 9
  • 23

1 Answers1

0

nevermind, I was just blind. All that is needed is:

"auto_complete_include_snippets": false
Another_coder
  • 728
  • 1
  • 9
  • 23