We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NeoVim
Windows WSL
Completion
想使用自动require配置类,发现nvim不会提供补全,vscode可以 配置类都形如
--- @class TradeFesLevelConfigData --- @field _id string --- @field exp integer --- @field storage integer --- @field extraToken number --- @class TradeFesLevelConfig local TradeFesLevelConfig = {} TradeFesLevelConfig.NAME="TradeFesLevel" --- @return TradeFesLevelConfigData function TradeFesLevelConfig.getConfig(id) return ConfigUtil.getConfig(TradeFesLevelConfig.NAME, tostring(id)) end --- @retrun {[string]: TradeFesLevelConfigData} function TradeFesLevelConfig.getAllConfig() return ConfigUtil.getAllConfig(TradeFesLevelConfig.NAME) end --- @return TradeFesLevelConfigData[] function TradeFesLevelConfig.getArrayConfig() return ConfigUtil.getConfArr(TradeFesLevelConfig.NAME) end return TradeFesLevelConfig
但是neovim环境下没有这些选项
NVIM v0.9.5 Build type: Release LuaJIT 2.1.1702233742
配置为lazyvim
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How are you using the lua-language-server?
NeoVim
Which OS are you using?
Windows WSL
What is the issue affecting?
Completion
Expected Behaviour
想使用自动require配置类,发现nvim不会提供补全,vscode可以
配置类都形如
Actual Behaviour
但是neovim环境下没有这些选项
Reproduction steps
Additional Notes
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1702233742
配置为lazyvim
Log File
No response
The text was updated successfully, but these errors were encountered: