SA-MP Forums Archive
[Sublime 3] Auto-completions - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: [Sublime 3] Auto-completions (/showthread.php?tid=637610)



[Sublime 3] Auto-completions - Dayrion - 18.07.2017

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:
Код 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})"},
...
	]
}
You can remove this post. I'm a garbage. It was missing a comma .....