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
The Outline view in Atom/VS Code shows an overview of the functions/declarations/etc. in the current file. The language server can support this by inspecting the top-level elements in the ELM and implementing the documentSymbols function.
The Outline view in Atom/VS Code shows an overview of the functions/declarations/etc. in the current file. The language server can support this by inspecting the top-level elements in the ELM and implementing the documentSymbols function.