Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.