Code Editor
CfxKit’s editor is built for FiveM and RedM work: it knows the natives, your frameworks, and your project layout, so you spend less time looking things up.
What you get
Section titled “What you get”- Syntax highlighting for Lua, JavaScript, TypeScript, JSON, XML, HTML, and CSS.
- Native autocomplete for FiveM and RedM native functions, with signatures and descriptions.
- Multi-tab editing with unsaved-change indicators.
- File tree with drag-and-drop, rename, and context menus.
- Global search across the whole project, with regex support.
- Minimap for quick navigation.
Native autocomplete
Section titled “Native autocomplete”Start typing a native function name and CfxKit completes it with the function signature, parameter descriptions, the return type, and a link to the native reference.
Keyboard shortcuts
Section titled “Keyboard shortcuts”| Action | Shortcut |
|---|---|
| Save file | Ctrl+S |
| Quick open file | Ctrl+P |
| Global search | Ctrl+Shift+F |
| Find in file | Ctrl+F |
| Replace | Ctrl+H |
| Go to line | Ctrl+G |
| Close tab | Ctrl+W |
| Toggle AI chat | Ctrl+L |
| Toggle terminal | Ctrl+` |
The full list lives in Keyboard Shortcuts.