Sublime Forum

Autocomplete randomly broke

#1

Hey, been using some autocompletions for a while, and they randomly broke today. Any idea where to start looking as to why?

It is a .sublime-completions file in packages/user/sublimetext3/

[code]
{“scope”: “source.sql”,

“completions”:

  "SELECT",
  "FROM",
  "WHERE",
  "JOIN",
"DISTINCT",
  "identity_0_user",
  "user_id",
  "identity_0_serial_number"

]
}[/code]

0 Likes