You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both a field and a function completion item are generated for functions that are called recursively in a module. Only a function item should be generated.
Describe the bug
Both a field and a function completion item are generated for functions that are called recursively in a module. Only a function item should be generated.
To Reproduce
Steps to reproduce the behavior:
Create this module:
Then require it in another module and look at the provided completions:
I get three completion items from test (text representation here is from coc, but that's incidental):
myfunc~ m [LS]
myfunc(n)~ S [LS]
myotherfunc(n)~ S [LS]
Expected behavior
The first completion item should not show up.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: