https://github.com/overextended/cfxlua-vscode
Plugin to quickly install and setup fivem-lls-addon
https://github.com/overextended/cfxlua-vscode
fivem lua
Last synced: about 1 month ago
JSON representation
Plugin to quickly install and setup fivem-lls-addon
- Host: GitHub
- URL: https://github.com/overextended/cfxlua-vscode
- Owner: overextended
- License: mit
- Created: 2021-11-13T19:11:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-25T00:22:06.000Z (about 2 months ago)
- Last Synced: 2026-05-04T01:38:02.992Z (about 1 month ago)
- Topics: fivem, lua
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=overextended.cfxlua-vscode
- Size: 2.72 MB
- Stars: 60
- Watchers: 0
- Forks: 49
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CfxLua IntelliSense (FiveM / RedM)
 
> [!IMPORTANT]
> **This extension has been discontinued!
Refer to the README at [overextended/fivem-lls-addon](https://github.com/overextended/fivem-lls-addon) instead.**
_This extension is not authored, published, sponsored, nor endorsed by Cfx.re._
## Features
- Diagnostics, IntelliSense, annotations, and auto-completion provided by [sumneko's Lua Language Server](https://marketplace.visualstudio.com/items?itemName=sumneko.lua).
- Support for runtime/environment globals (e.g. CreateThread, promises, json, statebags).
- Support for FiveM, RedM, and CFX natives.
- Support for Cfx's implementation of the [Lua language (LuaGLM)](https://github.com/citizenfx/lua/tree/luaglm-dev/cfx).
- Support for vector, quat, and matrix types.
- Partial support for extended syntax / [power patches](https://github.com/citizenfx/lua/blob/luaglm-dev/cfx/README.md#power-patches).
- _Use with caution, some patches have been known to cause crashes!_


---
**Thanks to CitizenFX, gottfriedleibniz, alloc8or, iTexZoz, TasoOneAsia and Overextended**