LuaLS / lua-language-server

A language server that offers Lua language support - programmed in Lua
https://luals.github.io
MIT License
3.38k stars 319 forks source link

[Add] `enum`现在允许在快速修复中导入. #2917

Closed xuhuanzy closed 4 weeks ago

xuhuanzy commented 4 weeks ago

例如: 键入EditorAttrKey会提示导入local EditorAttrKey = require("schema").EditorAttrKey 会匹配命名吻合键入内容的枚举类, 支持xxx.EditorAttrKey形式