18.07.2017, 10:38
(
Последний раз редактировалось Dayrion; 18.07.2017 в 11:16.
)
Hello. I'm trying to add some auto completions but it doesn't work. When I start to type a word, I don't get the completions. The file is with this format "name.sublime-completions" located here: AppData\Roaming\Sublime Text 3\Packages\User
What I did now:
You can remove this post. I'm a garbage. It was missing a comma .....
What I did now:
Код HTML:
{
"scope": "source.pawn - variable.other.pawn",
"completions":
[
"UNKNOWN_FACTION",
"UNKNOWN_NAME",
"ID_FAC",
"ID_PLAYER"
{"trigger": "InValue", "contents": "InValue(${1:value}, ${2:min}, ${3:max})"},
...
]
}

