Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ardelan869/fivem-esx-vscode
An ESX Snippet Extension for Microsoft VSCode
https://github.com/ardelan869/fivem-esx-vscode
Last synced: 5 days ago
JSON representation
An ESX Snippet Extension for Microsoft VSCode
- Host: GitHub
- URL: https://github.com/ardelan869/fivem-esx-vscode
- Owner: ardelan869
- Created: 2024-09-18T19:22:05.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T14:27:32.000Z (10 days ago)
- Last Synced: 2024-11-05T15:33:00.129Z (10 days ago)
- Language: Lua
- Size: 60.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# fivem-esx-snippets
![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/v/ardelanyamanel.fivem-esx-intellisense) ![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/ardelanyamanel.fivem-esx-intellisense) ![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/ardelanyamanel.fivem-esx-intellisense)
IntelliSense support for [ESX](https://github.com/esx-framework/esx_core), powered by [sumneko.lua](https://github.com/LuaLS/lua-language-server).
_This is an unofficial extension for the ESX framework._
## Features
- **Type-Safe IntelliSense for ESX functions**: Provides accurate and reliable IntelliSense for ESX functions, ensuring type safety and minimizing the risk of runtime errors.
- **Advanced auto-completion**: Smart autocompletion based on ESX function signatures, helping you write code faster and with fewer mistakes.
- **Hover tips with type hints**: Hover over ESX functions, variables, or events to see type information and descriptions, improving code clarity.
- **Go to definition**: Instantly jump to the definition of any ESX function or variable to streamline your development process.
- **Error detection**: Real-time code analysis helps catch potential issues early, enhancing the quality of your scripts.