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

This is a standard CodeStyle setting in most languages

Because of the lineBreakInCode() in the 'befores' we still get the same behavior as behavior which automatically aligns the 'end' for example. But comments are not automatically moved to the...

## Environment Name | Version -----|-------- IDEA version | IntelliJ IDEA 2021.2.3 Luanalysis version | 1.3.0 OS | Windows 10 2004 build 19041.928 x86_64 ## Preferences ![image](https://user-images.githubusercontent.com/4723091/162651073-3ae4c6ff-a28a-4f21-a4bc-8a856961653f.png) ### Lua Name...

Presently only named fields are suggested/completed. For example: ```lua ---@class Vector ---@field x number ---@field y number ---@field [1] number ---@field [2] number ---@type Vector local myVector myVector.-- ``` This...

enhancement
completion

Luanalysis differentiates between missing arguments, and present arguments that are specified as `nil`, which is the correct behavior (especially when calling C functions). However, this also means that functions with...

## Environment Name | Version -----|-------- IDEA version | IntelliJ IDEA 2021.2.3 Luanalysis version | 1.3.0 OS | Windows 10 2004 build 19041.928 x86_64 ## Preferences ![image](https://user-images.githubusercontent.com/4723091/162651073-3ae4c6ff-a28a-4f21-a4bc-8a856961653f.png) ### Lua Name...

## Environment Name | Version -----|-------- IDEA version | IntelliJ IDEA 2021.2.3 Luanalysis version | 1.3.0 OS | Windows 10 2004 build 19041.928 x86_64 ## Preferences ![image](https://user-images.githubusercontent.com/4723091/162651073-3ae4c6ff-a28a-4f21-a4bc-8a856961653f.png) ### Lua Name...

Environment -------------- name | version ----------|---------- IDEA version | CL2021.2 RC Luanalysis version | v1.3.0 OS | OSX 11.5.1 What are the steps to reproduce this issue? ------------------------------------------------ 1. Use...

enhancement

The ability to do `@type table & number[]` to say that it is both a string->string table and an array of numbers

enhancement

## Environment Name | Version -----|-------- IDEA version | IntelliJ IDEA Ultimate 2021.2.3 Luanalysis version | 1.3.0 OS | Windows 10 2004 build 19041.928 x86_64 ## Preferences ![image](https://user-images.githubusercontent.com/4723091/162565156-f9e4c011-1d17-4ddb-b580-523c9634826b.png) ### Lua...