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
It's worth noting that tree-sitter outline queries will be used to chunk files, to help power the LLM integrations (semantic index), see for example zed-industries/zed#11283 and zed-industries/zed#10329, although I don't know what the exact impact of this could be here, if any. 👍
The outline would only show
i.e. missing the anonymous Foo given.
the name isn't visible in the AST, (compiler generates
given_Foo
) but it would be good to provide some placeholder there (is this possible?)The text was updated successfully, but these errors were encountered: