GTA V Native Function Code Hints For Lua (Notepad++)
How to use it:
- Download the zip from github.
- Extract the lua.xml file form the zip file.
- Go to your Notepad++ installation folder.
- Go into plugins/APIs
- Copy the lua.xml file that you just extracted to this folder.
- Use CTRL + SPACE while writing inside of a .lua file to get function hints.
- When you have your cursor between the two ( ) brackets of a function, press CTRL + SHIFT + SPACE to get information on how to use the function.
For screenshots visit the original topic: https://forum.fivem.net/t/dev-tool-how-to-use-lua-native-function-code-hints-in-notepad/43230