(Adobe Brackets) Lua Native Autocomplete

Since I’m one of a possible couple of people who use Adobe’s Brackets for code editing, I’ve ended up throwing together an autocomplete / hinter for FiveM’s Native Lua functions.
It’s more or less straight forward on use, where it will show a number of different functions based on what you’ve started typing out.
It does not show arguments or parameter descriptions.

To install:

  1. Download the extension zip
  2. Go to your Brackets extensions folder (usually under %appdata%\Brackets\extensions\user )
  3. Extract the contents of the zip file (as a new folder)
  4. Restart Brackets

How it should look in the editor:

3 Likes

Moved to #development:releases

Looks nice, are you planning on adding the arguments for each function as well? If you’re not planning on doing it I’ll take a look myself :slight_smile:
edit: Just did some searching and it’s pretty complicated to get those parameters to show up, can be done but I definitely don’t have time for that :wink:

Any chance you’d be able to do something like this for GitHub’s Atom editor?

This release already has an Atom version:

1 Like

Literally no clue how I missed that while searching… -_- Thanks!

1 Like