Snippets for FiveM
- FXManifest generation snippets.
- QBCore exports snippet.
- Register Net Event and Register Server Event snippet.
- Project scaffolding command: run "Fivem Snippets: Create Project" from the Command Palette to scaffold a basic resource (optional HTML, client/server Lua, Config.lua and fxmanifest.lua).
Initial release of fivem-snippets.
Fixed in fxmanifest generator the "fxversion" and corrected to "fx_version".
Added logo to extension.
Added title template.
Added user-input compatibility. Added chat suggestions to snippets.
Added KeyMapping.
- Added project scaffolding command
fivem-snippets.createProjectwhich can scaffold a basic FiveM resource (createshtml/,client/main.lua,server/main.lua,Config.lua, andfxmanifest.lua). - Added Debug function to snippets.
- Added auto publish
- Solve autopublish issue
- Added compatibility with Antigravity