13.08.2017, 23:19
(
Last edited by FreAkeD; 14/08/2017 at 09:48 AM.
)
Quote:
Amazing! Now I'll never open sublime text ever again.
--- Edit: after setting it up, looks like there's something to be fixed, basically when you type "settimerex" (or any other functions) it'll show you 2 versions, one with the auto complete and one without, this might be confusing, not sure how it could be fixed though. |

-----
EDIT: I found a way you can show the snippets at the top, basically showing the other ones that don't enter parameters automatically at the bottom (http://imgur.com/wF8JnGv)
To do this, follow the steps below:
Go to File > Preferences > Settings. This should open the the 'User Settings.' Once there, copy and paste the following into the right hand side, NOT THE LEFT!:
PHP Code:
"editor.snippetSuggestions": "top"
Remember to have a trailing comma above if there's other settings you'd added, the last one doesn't need one (see the example pic above this message to see what it should look like.)
Once you'd done that, hit CTRL + S to save the file, then you can go ahead and close it. Head into any file and you should notice all the custom snippets should be appearing on the top (http://imgur.com/wF8JnGv).