Skip to content
New issue

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

Autocomplete of custom table don't performing #550

Closed
serg3295 opened this issue May 26, 2021 · 1 comment
Closed

Autocomplete of custom table don't performing #550

serg3295 opened this issue May 26, 2021 · 1 comment
Labels
bug Something isn't working feat/LuaCats Annotations Related to Lua Language Server Annotations (LuaCats)

Comments

@serg3295
Copy link
Contributor

To Reproduce

Spi = {}

---@class bus_m
local busmaster = {}

---@return bus_m @busmaster object
function Spi.master() end

---@class CfgTbl
---@field command any
---@field address any

---@param config CfgTbl
function busmaster:device(config) end

Describe the bug

local bm = Spi.master()
bm:device( { --[[ no table's fields suggestion here ]] } )

Environment (please complete the following information):

  • OS: Linux Mint
  • Client: VSCode
@sumneko sumneko added bug Something isn't working feat/LuaCats Annotations Related to Lua Language Server Annotations (LuaCats) labels May 27, 2021
@serg3295
Copy link
Contributor Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feat/LuaCats Annotations Related to Lua Language Server Annotations (LuaCats)
Projects
None yet
Development

No branches or pull requests

2 participants