IntelliJ-Luanalysis icon indicating copy to clipboard operation
IntelliJ-Luanalysis copied to clipboard

Type-safe Lua IDE — IntelliJ IDEA plugin

Results 84 IntelliJ-Luanalysis issues
Sort by recently updated
recently updated
newest added

## Environment Name | Version -----|-------- IDEA version | Build #IU-213.7172.25, built on March 15, 2022 Luanalysis version | 1.2.2-IDEA203 OS | macOS 12.1 (21C52) ## Preferences (Preferences -> Languages...

## Environment Name | Version -----|-------- IDEA version | Build #IU-222.3244.4, built on June 29, 2022 Luanalysis version | 1.2.2-IDEA203 OS | macOS M1 Monterey 12.1 (21C52) ## Preferences Preferences...

## Environment Name | Version -----|-------- IDEA version | Build #IU-222.3739.24, built on August 4, 2022 Luanalysis version | 1.2.2-IDEA203 OS | macOS 12.1 (21C52) ## Preferences (Preferences -> Languages...

Many people use Lua to code FiveM mods, it would be cool to have some support for FiveM global functions in Lua

TypeScript has types/aliases like `Parameters` which accept a function and resolve to their arguments, or `ReturnValue` which does the same for return value, etc. as well as other cool things...

## Environment Name | Version -----|-------- IDEA version | Webstorm 2022.1.1 Luanalysis version | 1a78ef5e35086bd67dd4f1ba95f15a3e0568b547 OS | Windows 10 21H2 ## Preferences ### Lua Name | Setting -----|-------- Language level...

This is a quick fix/workaround for #110 I decided against trying to implement the `unknown` type. I don't have enough experience with your code to do such a overhaul :(...

configures wether you'd like to have a space between the curly brackets and a table field, e.g. `{ field = 1 }` vs `{field = 1} `(previously spaces were always...

This adds the 'Exclude list...' option to the Inlay Param configuration which opens the list dialog In this dialog you can enter some exceptions for when not to show Inlay...

This setting will configure whether to add spaces between concat operators, thus `"a".."b"` vs `"a" .. "b"`