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

Right now we've two ways to type functions, and a third way to type a callable that mostly behaves like a function 1. Short form 2. Long form 3. Callable...

## Environment Name | Version -----|-------- IDEA version | 2021.2.1 (Community Edition) - Build #IC-212.5080.55 Luanalysis version | v1.3.0 OS | Windows 10 ## Preferences ### Lua Name | Setting...

bug
soundness

## Environment Name | Version -----|-------- IDEA version | CLion 2021.2 Build #CL-212.4746.93, built on July 27, 2021 Runtime version: 11.0.11+9-b1504.13 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o....

Environment -------------- name | version ----------|---------- IDEA version | 2021.2 Luanalysis version | v1.3.0 OS | Windows 10 ## Preferences ### Lua Name | Setting -----|-------- Language level | Lua...

Environment -------------- name | version ----------|---------- IDEA version | CLion 2021.2 Build #CL-212.4746.93, built on July 27, 2021 Licensed to NETGEAR / David Ledet Subscription is active until May 7,...

Environment -------------- name | version ----------|---------- IDEA version LATEST Luanalysis version | [1.2.2 OS | MacOS What are the steps to reproduce this issue? ------------------------------------------------ ``` math.additionalFunction = function() end...

such that custom modules are found correctly (with `require`)

For Wow's Lua environment, I had been using EmmyLua using the guide at (Which involved adding the other sourcesets to the Lua SDK as shown below). However, in moving to...

Environment -------------- name | version ----------|---------- IDEA version | [Ultimate 2121.1] Luanalysis version | [1.3.0] OS | [OSX 10.15.7] What are the steps to reproduce this issue? ------------------------------------------------ It happens...

bug

```lua ---@class List : std__Packed ---@field length fun(self: List): number ---@field get fun(self: List, index: number): T ---@generic T ---@vararg T ---@return List function make_list(...) local list = --[[---@type List]]...

bug
completion