Matix8981 Posted May 7, 2018 Posted May 7, 2018 (edited) Hello, I have one suggestion for team RageMP, please create extension for Microsoft Visual Studio Code. When I write scripts, I have to look at api constantly. Please, consider my suggestion Edited May 7, 2018 by Matix8981 2
denNorske Posted May 7, 2018 Posted May 7, 2018 I very much like/support this idea. No doubt, there's plenty of us using various of editors - this would be a good addition. VS Code is clearly one of my favorites. 1
MrPancakers Posted May 7, 2018 Posted May 7, 2018 There is already a CSharp extension here: https://www.nuget.org/packages/gtanetwork.api If you want auto-completion for Javascript then there are typescripts you can use Serverside: https://github.com/CocaColaBear/types-ragemp-s Clientside: https://github.com/CocaColaBear/types-ragemp-c Here's a quick guide on how to reference the typescript in your file: https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html 1 1
Matix8981 Posted May 8, 2018 Author Posted May 8, 2018 6 hours ago, MrPancakers said: There is already a CSharp extension here: https://www.nuget.org/packages/gtanetwork.api If you want auto-completion for Javascript then there are typescripts you can use Serverside: https://github.com/CocaColaBear/types-ragemp-s Clientside: https://github.com/CocaColaBear/types-ragemp-c Here's a quick guide on how to reference the typescript in your file: https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html Quote There is already a CSharp extension here: https://www.nuget.org/packages/gtanetwork.api It does not work during FTP work I mean a plugin (Auto complete,suggestions)
MrPancakers Posted May 8, 2018 Posted May 8, 2018 4 hours ago, Matix8981 said: It does not work during FTP work I mean a plugin (Auto complete,suggestions) That plugin I linked does do autocompletion (For C#) For Javascript, there is no plugin apart from those typescripts. Are you wanting a plugin for Javascript and not use the Typescript files? Also not sure what you mean by 'FTP work' 1
Recommended Posts