LSP doesn't hide @private/@local/@test functions + leaks function arguments in suggestions · Issue #93 · pherrymason/c3-lsp · GitHub
More Web Proxy on the site http://driver.im/
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
Describe the bug

add_priv
/add_local
- appear in suggestionsa
/b2
are the function arguments and shouldn't be displayedtest_add2
is a @test method I think there is no value to suggest itsub()
is not shown because of doc string before it, when I remove it worksMinimal code
Expected
foo::
suggestions list should contain onlyadd
andsub
functions.p.s.
sub
issue with docstring may also be related to #91The text was updated successfully, but these errors were encountered: