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 | 2021.1.2 build #IC-211.7442.40 Luanalysis version | 1.2.3 OS | Mac OS X 10.13.6 ------------------------------------------------ Code that causes this issue: https://pastebin.com/Mzcmadrz ------------------------------------------------...

Environment -------------- name | version ----------|---------- IDEA version | [Goland 2021.1.2] Luanalysis version | [v1.2.3] OS | [Manjaro GNU/Linux] What are the steps to reproduce this issue? ------------------------------------------------ Try to...

Environment -------------- name | version ----------|---------- IDEA version | IC2021.1.1 Luanalysis version | v1.2.3 OS | Windows 10 Any comments? ------------------------ I got 7 different StackOverflow errors in a row...

Environment -------------- name | version ----------|---------- IDEA version | GoLand 2021.1.1 Luanalysis version | v1.2.3 OS | Windows 10 What are the steps to reproduce this issue? ------------------------------------------------ 1. Write...

enhancement

Environment -------------- name | version ----------|---------- IDEA version | GO2020.3 Luanalysis version | 1.2.2-IDEA203 OS | Linux What are the steps to reproduce this issue? ------------------------------------------------ 1. Use package.preload to...

What are the steps to reproduce this issue? ------------------------------------------------ ``` ---@shape Color ---@field [1] number ---@field [2] number ---@field [3] number local function returnColorRGB() return 0, 0, 0 end local...

Here is a sample lua file that shows the problem: https://gist.github.com/dcorbin/0eb0f273661e619873ffa13bf213974c Interestingly, if the SetupHandler has only one @field, everything seems fine. Note also, on the error on line 40...

This is to track the upstream issue https://github.com/EmmyLua/IntelliJ-EmmyLua/issues/415 which applies to this plugin as well.

Environment -------------- name | version ----------|---------- IDEA version | IC2020.3 Luanalysis version | 1.2.2 OS | MacOS Big Sur What are the steps to reproduce this issue? ------------------------------------------------ ``` ---@param...

Environment -------------- name | version ----------|---------- IDEA version | IC2020.3 Luanalysis version | 1.2.2 OS | MacOS Big Sur What are the steps to reproduce this issue? ------------------------------------------------ This is...