[Tutorial] PAWN Syntax and Compiler for Visual Studio Code
#17

Quote:
Originally Posted by iKarim
View Post
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.
Indeed, I'll do some research and see what I can find out to fix it .

-----

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" 
Here's a picture of what it should look like (http://imgur.com/a/i3P6H).

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).
Reply


Messages In This Thread
PAWN Syntax and Compiler for Visual Studio Code - by FreAkeD - 27.07.2017, 09:44
Re: PAWN Syntax and Compiler for Visual Studio Code - by JasonRiggs - 27.07.2017, 09:47
Respuesta: PAWN Syntax and Compiler for Visual Studio Code - by Whyd - 27.07.2017, 09:56
Re: PAWN Syntax and Compiler for Visual Studio Code - by CodeStyle175 - 27.07.2017, 09:57
Re: PAWN Syntax and Compiler for Visual Studio Code - by Hansrutger - 27.07.2017, 10:20
Re: PAWN Syntax and Compiler for Visual Studio Code - by R4nd4ll - 27.07.2017, 10:27
Re: PAWN Syntax and Compiler for Visual Studio Code - by Eoussama - 27.07.2017, 10:28
Re: PAWN Syntax and Compiler for Visual Studio Code - by FreAkeD - 27.07.2017, 10:36
Re: PAWN Syntax and Compiler for Visual Studio Code - by Henson - 08.08.2017, 14:29
Re: PAWN Syntax and Compiler for Visual Studio Code - by Chaser98 - 11.08.2017, 22:54
Re: PAWN Syntax and Compiler for Visual Studio Code - by Eoussama - 12.08.2017, 00:47
Re: PAWN Syntax and Compiler for Visual Studio Code - by ISmokezU - 12.08.2017, 02:54
Re: PAWN Syntax and Compiler for Visual Studio Code - by FreAkeD - 12.08.2017, 03:18
Re: PAWN Syntax and Compiler for Visual Studio Code - by HoussemGaming - 12.08.2017, 15:57
Re: PAWN Syntax and Compiler for Visual Studio Code - by FreAkeD - 12.08.2017, 16:21
Re: PAWN Syntax and Compiler for Visual Studio Code - by iKarim - 13.08.2017, 15:12
Re: PAWN Syntax and Compiler for Visual Studio Code - by FreAkeD - 13.08.2017, 23:19
Re: PAWN Syntax and Compiler for Visual Studio Code - by 10MIN - 14.08.2017, 12:26
Re: PAWN Syntax and Compiler for Visual Studio Code - by Misiur - 14.08.2017, 12:50
Re: PAWN Syntax and Compiler for Visual Studio Code - by 10MIN - 14.08.2017, 14:25
Re: PAWN Syntax and Compiler for Visual Studio Code - by FreAkeD - 06.10.2017, 04:39
Re: PAWN Syntax and Compiler for Visual Studio Code - by OneDay - 06.10.2017, 11:44
Re: PAWN Syntax and Compiler for Visual Studio Code - by friderik - 06.10.2017, 13:27
Re: PAWN Syntax and Compiler for Visual Studio Code - by FreAkeD - 06.10.2017, 13:49
Re: PAWN Syntax and Compiler for Visual Studio Code - by friderik - 06.10.2017, 16:18
Re: PAWN Syntax and Compiler for Visual Studio Code - by FreAkeD - 01.11.2017, 09:24
Re: PAWN Syntax and Compiler for Visual Studio Code - by CXdur - 01.11.2017, 12:51
Re: PAWN Syntax and Compiler for Visual Studio Code - by Banditul18 - 01.11.2017, 17:31
Re: PAWN Syntax and Compiler for Visual Studio Code - by 10MIN - 01.11.2017, 19:49
Re: PAWN Syntax and Compiler for Visual Studio Code - by Banditul18 - 01.11.2017, 21:02
Re: PAWN Syntax and Compiler for Visual Studio Code - by teto27 - 10.11.2017, 21:34
Re: PAWN Syntax and Compiler for Visual Studio Code - by PaulDinam - 11.11.2017, 22:53
Re: PAWN Syntax and Compiler for Visual Studio Code - by Manyula - 25.12.2017, 22:50
Re: PAWN Syntax and Compiler for Visual Studio Code - by sheenidgs - 26.12.2017, 03:47
Re: PAWN Syntax and Compiler for Visual Studio Code - by Daniielk - 26.12.2017, 17:59
Re: PAWN Syntax and Compiler for Visual Studio Code - by Banditul18 - 26.12.2017, 18:31
Re: PAWN Syntax and Compiler for Visual Studio Code - by Daniielk - 26.12.2017, 19:15
Re: PAWN Syntax and Compiler for Visual Studio Code - by Manyula - 27.12.2017, 13:11
Re: PAWN Syntax and Compiler for Visual Studio Code - by Barnwell - 27.12.2017, 23:50
Re: PAWN Syntax and Compiler for Visual Studio Code - by Tween73 - 29.12.2017, 02:07
Re: PAWN Syntax and Compiler for Visual Studio Code - by VincenzoDrift - 31.12.2017, 12:52
Re: PAWN Syntax and Compiler for Visual Studio Code - by VincenzoDrift - 01.01.2018, 08:27
Re: PAWN Syntax and Compiler for Visual Studio Code - by YamatoYamm - 30.03.2018, 20:23
Re: PAWN Syntax and Compiler for Visual Studio Code - by Scriptery - 22.04.2018, 22:31
Re: PAWN Syntax and Compiler for Visual Studio Code - by Jay_Dixon - 26.07.2018, 21:40
Re: PAWN Syntax and Compiler for Visual Studio Code - by Heress - 28.07.2018, 16:55
Re: PAWN Syntax and Compiler for Visual Studio Code - by Jay_Dixon - 29.07.2018, 20:38
Re: PAWN Syntax and Compiler for Visual Studio Code - by [BOPE]Seu._.Madruga - 01.08.2018, 03:12
Re: PAWN Syntax and Compiler for Visual Studio Code - by [BOPE]Seu._.Madruga - 02.08.2018, 02:44
Re: PAWN Syntax and Compiler for Visual Studio Code - by [BOPE]Seu._.Madruga - 06.08.2018, 15:25
Re: PAWN Syntax and Compiler for Visual Studio Code - by Viz - 12.08.2018, 06:21
Re: PAWN Syntax and Compiler for Visual Studio Code - by JaskaranSingh - 29.12.2018, 09:29
Re: PAWN Syntax and Compiler for Visual Studio Code - by 1136382040 - 23.02.2019, 00:46
Re: PAWN Syntax and Compiler for Visual Studio Code - by CONTROLA - 24.02.2019, 08:29
Re: PAWN Syntax and Compiler for Visual Studio Code - by polygxn - 24.02.2019, 09:58
Re: PAWN Syntax and Compiler for Visual Studio Code - by CONTROLA - 03.03.2019, 12:07

Forum Jump:


Users browsing this thread: 1 Guest(s)