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

Reference searching doesn't work #1662

Closed
SalavatR opened this issue Nov 2, 2022 · 0 comments
Closed

Reference searching doesn't work #1662

SalavatR opened this issue Nov 2, 2022 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@SalavatR
Copy link
Contributor

SalavatR commented Nov 2, 2022

How are you using the lua-language-server?

Visual Studio Code Extension (sumneko.lua)

Which OS are you using?

Windows

What is the issue affecting?

Annotations, Other

Expected Behaviour

Hello!
I'm trying to search reference in whole project by pressing f12

Actual Behaviour

Reference searching doesn't work

Reproduction steps

---@class my_class
---@field type1 number _(press f12 to find refferences, no result)_

---@param self  my_class
local function f1(self)
  self.type1 = 1 -- _(press f12, find only definition)_
end

---@param self  my_class
local function f2(self) 
  self.type1 = 2 -- _(press f12, find only definition)_
end

Additional Notes

No response

Log File

No response

@sumneko sumneko added the bug Something isn't working label Nov 2, 2022
@sumneko sumneko added this to the 3.6.0 milestone Nov 2, 2022
@sumneko sumneko closed this as completed in 999360c Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants