Jump to content

Auto-complete Code Notepad++


Combine

Recommended Posts

A tool that will help you a lot when writing code, basically when you type the first few characters it gets self-completed.


alt text


First of course, you will need to have Notepad++ and then, proceed to download the tool.


Download links
Mediafire
Mega
DepositFiles


Installation


Within 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 Files
otepad++\plugins\APIs]~(red)
stylers.xml -> ~[C:\Users%User%\AppData\Roaming
otepad++]~(red)
langs.xml -> ~[C:\Users%User%\AppData\Roaming
otepad++]~(red)
shortcuts.xml -> ~[C:\Users%User%\AppData\Roaming
otepad++]~(red)


Tip: %User% Is the username that your pc has.


How to open the AppData folder


To 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.


alt text


Once we have the "Run" open we put "AppData" and accept.


alt text


Configuration and Activation


Now 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.


alt text


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. "


alt text


With that, the tool will be ready to use, have fun.


alt text


Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...