Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / LuaLS/lua-language-server issues and pull requests
#2738 - Perf: Improve performance of multithreaded `--check` and `undefined-field` diagnostic
Pull Request -
State: closed - Opened by tomlau10 5 months ago
- 4 comments
#2735 - fix: respect showParams config for local function completion
Pull Request -
State: closed - Opened by DCsunset 5 months ago
- 1 comment
#2734 - False negative for param-type-mismatch when using a variable as argument
Issue -
State: open - Opened by bavalpey 5 months ago
#2732 - Type checking does not work at all with `` (backtick) literals
Issue -
State: open - Opened by mycroftjr 5 months ago
#2731 - fix: default severity in CLI with partial 'diagnostics.severity' config
Pull Request -
State: closed - Opened by tomlau10 5 months ago
- 1 comment
Labels: feat/diagnostics
#2730 - Using `diagnostics.severity` setting in `.luarc.json` seems to break the severity level filtering in generated report
Issue -
State: closed - Opened by tomlau10 5 months ago
- 1 comment
#2729 - Standard way to annotate `---@return void` - aka "does not return anything"?
Issue -
State: open - Opened by mycroftjr 5 months ago
- 6 comments
#2728 - [ANN] IntelliJ-SumnekoLua base on LSP4IJ has released
Issue -
State: open - Opened by CppCXY 5 months ago
- 8 comments
#2727 - Casting warning when there should be none.
Issue -
State: closed - Opened by gesslar 5 months ago
- 2 comments
#2726 - Getting a cast warning when it should be fine
Issue -
State: closed - Opened by gesslar 5 months ago
#2725 - Accessing deeply nested variable at 'if' statemet cause type collision
Issue -
State: open - Opened by TriRozhka 5 months ago
- 4 comments
#2721 - [Suggestion] Add ability to define an enum without using a table
Issue -
State: open - Opened by mycroftjr 5 months ago
- 4 comments
#2720 - Add support for lambda-style functions
Pull Request -
State: closed - Opened by bavalpey 5 months ago
- 1 comment
#2719 - Add postfix snippet for `unpack`
Pull Request -
State: open - Opened by ofseed 5 months ago
#2718 - Need help with running lua lsp in a docker container
Issue -
State: open - Opened by ankushKun 5 months ago
- 9 comments
#2716 - Fix plugin arg arrays when paths contain numbers passing along only one argument
Pull Request -
State: closed - Opened by JanSharp 5 months ago
- 1 comment
#2715 - Lua lsp using too much RAM on specific files
Issue -
State: closed - Opened by Fesinan 5 months ago
- 1 comment
#2714 - When defining global variable using `---@class _G` + `---@field`, no autocompletion in `_G.*` for those injected fields
Issue -
State: open - Opened by tomlau10 5 months ago
#2713 - [Feature Request] Option for automatic requires to use class name
Issue -
State: open - Opened by NyakoFox 5 months ago
#2712 - The type is not determined after the bitwise operation
Issue -
State: open - Opened by RomanSpector 5 months ago
- 1 comment
#2711 - Typed field overrides the type of other fields
Issue -
State: open - Opened by halflifefan 5 months ago
- 1 comment
#2710 - `inject-field` error (`exact`) is not working as expected?
Issue -
State: closed - Opened by Rathoz 5 months ago
- 4 comments
#2709 - Overload intellise prototype issue with meta functions
Issue -
State: closed - Opened by Rathoz 5 months ago
- 2 comments
#2708 - Overload intellisense issue with type of parameters
Issue -
State: closed - Opened by Rathoz 5 months ago
- 3 comments
#2707 - Function Prototype Narrowing with nils
Issue -
State: open - Opened by Rathoz 5 months ago
- 2 comments
#2706 - When the subclass inherits the constructor of the parent class, generics do not work (the type of `self` cannot be used for annotation)
Issue -
State: open - Opened by necrosisy 6 months ago
- 1 comment
#2705 - Build fails with version 3.9.x/3.10.x on OpenBSD
Issue -
State: open - Opened by lcheylus 6 months ago
- 8 comments
#2704 - lua_lsp is abnormally consuming memory.
Issue -
State: closed - Opened by Thirdwinter 6 months ago
- 5 comments
#2703 - Added the setting to use spaces instead of tabs when completing keywordSnippet.
Issue -
State: closed - Opened by necrosisy 6 months ago
- 2 comments
#2702 - Validation of function-type parameters
Issue -
State: open - Opened by SpectralMorphy 6 months ago
#2701 - Code colors completely gone
Issue -
State: open - Opened by UltraBlackLinux 6 months ago
#2700 - 让两个注解都生效@enum,@type
Issue -
State: closed - Opened by 314599782 6 months ago
- 8 comments
#2699 - Two Rule Suggestions: multiple returns in function calls / table definitions and string concatenation
Issue -
State: open - Opened by chrisgrieser 6 months ago
#2695 - Support auto complete of callback arguments where callback is defined via a local variable
Issue -
State: closed - Opened by tomlau10 6 months ago
#2694 - Feature request: Inline hint size
Issue -
State: closed - Opened by segabl 6 months ago
- 1 comment
#2693 - Infer the type of the returned expression from the return type declaration
Issue -
State: open - Opened by curiosity-a 6 months ago
#2692 - don't do diagnostics when workspace is not ready
Pull Request -
State: closed - Opened by folke 6 months ago
- 2 comments
#2691 - luals not distinguishes between foo and bar.foo when require('foo')
Issue -
State: closed - Opened by haolian9 6 months ago
- 3 comments
#2690 - xmake function scope related support
Issue -
State: closed - Opened by yao-weijie 6 months ago
- 3 comments
#2689 - New line triggered replace tab indent to spaces
Issue -
State: open - Opened by d-enk 6 months ago
- 10 comments
#2688 - inconsistent text edits from completion
Issue -
State: open - Opened by max397574 6 months ago
- 1 comment
#2687 - Cannot enable love2d package
Issue -
State: closed - Opened by JJSax 6 months ago
- 3 comments
Labels: feat/addon
#2686 - Redundant "Unable to execute code after break" diagnostic is given when using a label after a break
Issue -
State: open - Opened by raiguard 6 months ago
#2685 - Cannot build 3.9.1 from the source code due to failing to update git submodules
Issue -
State: closed - Opened by toku-sa-n 6 months ago
- 2 comments
#2684 - Go to definition goes to ---@field instead of source
Issue -
State: open - Opened by Mathu-lmn 6 months ago
#2683 - lua-language-server --check always return subprocess::spawn: (system:2)No such file or directory
Issue -
State: closed - Opened by Freed-Wu 6 months ago
- 9 comments
#2681 - [Req] Support in ignoring lines starting with #
Issue -
State: closed - Opened by rostok 6 months ago
- 1 comment
#2680 - Throttle calls to await.delay() in some diagnostics
Pull Request -
State: closed - Opened by emmericp 6 months ago
- 2 comments
#2679 - Add schema link to .luarc.json.
Pull Request -
State: closed - Opened by notpeter 6 months ago
- 3 comments
#2678 - Bump EmmyLuaCodeStyle
Pull Request -
State: closed - Opened by notpeter 6 months ago
#2677 - Logic to sort diagnostics by cost doesn't work because of async processing
Issue -
State: open - Opened by emmericp 6 months ago
#2676 - [Enhancement] Create cache in a user directory
Issue -
State: open - Opened by itaranto 6 months ago
#2675 - add: workflow to assert changelog updates
Pull Request -
State: closed - Opened by carsakiller 6 months ago
- 1 comment
Labels: documentation
#2674 - [Question] Large size type annotation file cause low performance. Is it possible to fix it?
Issue -
State: open - Opened by SHthemW 6 months ago
- 1 comment
#2673 - inline `@class` does not work properly without empty line in between
Issue -
State: closed - Opened by tomlau10 6 months ago
- 1 comment
#2672 - CPU利用率接近100%
Issue -
State: open - Opened by zjykzk 6 months ago
- 1 comment
#2671 - Method call using named arguments has missing-parameter false positives
Issue -
State: closed - Opened by Jessidhia 6 months ago
- 2 comments
#2670 - Update love2d-api to 11.5
Pull Request -
State: closed - Opened by burdockcascade 6 months ago
#2667 - operator 对于左右两边类型不一样的情况下只能支持定义该 operator 的类型在左边,在右边会推到不了类型
Issue -
State: open - Opened by CarlZhongZ 6 months ago
#2666 - 能否支持 类似 python 的 import 的模块类型?
Issue -
State: open - Opened by CarlZhongZ 6 months ago
#2665 - Diagnostics run `await.delay()` too often
Issue -
State: open - Opened by emmericp 6 months ago
- 1 comment
#2664 - Disable await.delay() when running --check
Pull Request -
State: closed - Opened by emmericp 6 months ago
#2663 - 升级新版本后无法使用
Issue -
State: closed - Opened by sixhero 6 months ago
- 2 comments
#2660 - LuaLS 3.9 feels sluggish and shows stray warnings
Issue -
State: closed - Opened by emmericp 7 months ago
- 8 comments
#2659 - luaLS 推荐搭配什么调试 lua 插件要好?
Issue -
State: closed - Opened by CarlZhongZ 7 months ago
- 1 comment
#2658 - build: use docker to build linux-x64 glibc
Pull Request -
State: closed - Opened by henry-hsieh 7 months ago
- 1 comment
#2657 - `Lua: Export Document ...` fails, throws error in log when trying to export documentation.
Issue -
State: open - Opened by fatboychummy 7 months ago
- 3 comments
#2656 - add: resolve links to symbols in markdown descriptions
Pull Request -
State: closed - Opened by carsakiller 7 months ago
- 3 comments
Labels: feat/LuaCats Annotations
#2655 - add: load ENV variables as args
Pull Request -
State: closed - Opened by carsakiller 7 months ago
#2654 - Fix linux-arm64 build
Pull Request -
State: closed - Opened by lawrenceho 7 months ago
- 1 comment
#2653 - Addons not working right
Issue -
State: closed - Opened by ThePython10110 7 months ago
- 7 comments
#2652 - Anonymous function whitespace
Issue -
State: open - Opened by fnv1a 7 months ago
#2650 - Slow startup + invalid UTF-8 code
Issue -
State: closed - Opened by Mathu-lmn 7 months ago
- 2 comments
#2646 - Change default TokenModifiers global color
Issue -
State: open - Opened by comedinha 7 months ago
#2645 - Class generics cannot inherit directly from the generic
Issue -
State: open - Opened by SReject 7 months ago
- 1 comment
#2644 - require path with custom package.loaders
Issue -
State: open - Opened by Gerark 7 months ago
- 3 comments
#2643 - .luarc.json file doesn't apply the nameStyle.config
Issue -
State: open - Opened by Gerark 7 months ago
- 1 comment
#2642 - operator 貌似不支持重载?可否支持?
Issue -
State: closed - Opened by CarlZhongZ 7 months ago
- 1 comment
#2638 - Add multi-process support to --check.
Pull Request -
State: closed - Opened by emmericp 7 months ago
- 1 comment
#2637 - Annotation type any not working properly
Issue -
State: open - Opened by sokhryakov-d 7 months ago
#2635 - linux arm missing from releases
Issue -
State: open - Opened by R2robot 7 months ago
- 1 comment
#2634 - 定义泛型函数对于指定了泛型类型的参数插件无法识别该参数的类型,不能提示出该类型的正确成员
Issue -
State: open - Opened by CarlZhongZ 7 months ago
#2631 - 新版本
Issue -
State: open - Opened by Silent-zzz 7 months ago
- 1 comment
#2630 - [Feature Request] Allow passing filters to `--doc`
Issue -
State: open - Opened by Stanzilla 7 months ago
#2629 - Add setting to find globals using regex
Pull Request -
State: closed - Opened by comedinha 7 months ago
- 1 comment
#2628 - BUG:远程开发插件报错,无法定位引用变量
Issue -
State: open - Opened by sasakojiro 7 months ago
#2627 - Regex in diagnostics globals
Issue -
State: closed - Opened by comedinha 7 months ago
#2626 - A pre built binaries for linux/arm64 hasn't been released at 3.8.0
Issue -
State: open - Opened by suzuki-shunsuke 7 months ago
- 4 comments
#2625 - Diagnostics can become stale when switching between `<module>.lua` and `<module>/init.lua` structures (such as when going back and forth between git branches)
Issue -
State: open - Opened by dljsjr 7 months ago
#2623 - Cannot inherit from class alias
Issue -
State: open - Opened by PinewoodPip 7 months ago
- 3 comments
#2622 - Output more details while running --check
Pull Request -
State: closed - Opened by emmericp 7 months ago
- 1 comment
#2621 - Run diagnostics on unopened files when explicitly requested by the user
Pull Request -
State: closed - Opened by emmericp 7 months ago
- 1 comment
#2620 - 代码提示出现的很慢, 把工作区诊断关了也没有用,看下日志时间耗时是否正常
Issue -
State: closed - Opened by Philofallever 7 months ago
- 2 comments
#2618 - [Feature Request] @mixin - @class specific syntax to define applied mixins
Issue -
State: open - Opened by SReject 7 months ago
- 1 comment
#2614 - BUG: 当_ENV作为多重赋值的第一个变量时, 后续变量会错误的识别成局部变量.
Issue -
State: open - Opened by 1514599514 7 months ago
- 1 comment
#2612 - Fix typo in config.json
Pull Request -
State: closed - Opened by Hudsonator72 7 months ago
- 1 comment
#2610 - The type of keys used to index [] tables is not checked
Issue -
State: open - Opened by mycroftjr 8 months ago
- 4 comments
Labels: bug
#2609 - Needs a "don't use truthy types in a conditional/boolean context" diagnostic
Issue -
State: open - Opened by mycroftjr 8 months ago
#2608 - inherited injected field unknown
Issue -
State: closed - Opened by RomanSpector 8 months ago
#2607 - injection into the standard library
Issue -
State: closed - Opened by sokhryakov-d 8 months ago
- 2 comments