Usage
warning
Note that these are not all the features that my extension package has added! These are just a few tips to help you get started.
💭 How to use the FiveM Natives Intellisense (Autocompletion)?
- Press STRG + SPACE or start typing to open the autocompletion
- Search for any native

- 🎉 You can now use the FiveM Natives faster!
💭 How to use the ESX Intellisense (Autocompletion)?
- Press STRG + SPACE or start typing to open the autocompletion
- Search for xPlayer or ESX

- 🎉 You can now use the ESX methods faster!
💭 How to use the QBCore Intellisense (Autocompletion)?
- Press STRG + SPACE or start typing to open the autocompletion
- Search for Player or QBCore

- 🎉 You can now use the QBCore methods faster!
💭 How to auto-restart a resource when saving?
- Start your complete script folder in vscode (workspace)
- Click on the
Connect
button in the bottom left bar

- After that, an input window will open. Enter the RCON password that you have defined in your CFG there

- 🎉 Now an RCON request is sent for each save and the resource (name of the workspace) is restarted as long as the password is correct.
💭 How to create a new resource?
- Right-click in the file bar
- Select
Generate FiveM resource

- Follow the setup

- 🎉 You have created a new script!


💭 How to use the auto-formatting for LUA, JS, HTML, and CSS?
- Create a
.vscode
folder in your workspace - Create the
settings.json
, use the current settings template on GitHub - Adjust the settings
- 🎉 If you save a file now, the code is formatted automatically