Combine Posted June 9, 2019 Author Share Posted June 9, 2019 A tool that will help you a lot when writing code, basically when you type the first few characters it gets self-completed.First of course, you will need to have Notepad++ and then, proceed to download the tool.Download linksMediafireMegaDepositFilesInstallationWithin the file that we download we find 4 .xml files and 1 instruction file.Now what we have to do is locate the files in the following folders:lua.xml -> ~[C:\Program Filesotepad++\plugins\APIs]~(red)stylers.xml -> ~[C:\Users%User%\AppData\Roamingotepad++]~(red)langs.xml -> ~[C:\Users%User%\AppData\Roamingotepad++]~(red)shortcuts.xml -> ~[C:\Users%User%\AppData\Roamingotepad++]~(red)Tip: %User% Is the username that your pc has.How to open the AppData folderTo open the AppData folder we can do it using the tool that gives us windows that is "Run".To open the run in a quick way is by pressing the [Windows] + [R] key.Keep in mind I have another language.Once we have the "Run" open we put "AppData" and accept.Configuration and ActivationNow we must go to our Notepad ++ and in the menu we go to: "Configuration" then to "Preferences" then to "Auto-Completion" and then check the box that says "Enable auto-completion on each input".Like I said before, please keep in mind I use another language.Now we must activate it to use the MTA codes in the Lua language, for this we go to "Settings" then to "Style Settings" then search and select the language "Lua" then select the style "MTA" and finally press "Save" and Close. "With that, the tool will be ready to use, have fun. Link to comment Share on other sites More sharing options...
Filex Posted June 9, 2019 Share Posted June 9, 2019 Tho notepad++ is cool as a starter for anyone learning or scripting but my recommendation will be VSCode and it has plenty of extensions that enable you of typing anything or even making your own extension, furthermore an autoformatting for those new to it.Btw gj combine Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now