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
- stdlib: `docs.docsToMarkup` now sorts extern properties
- stdlib: new function `prelude.eager` which recursively evaluates a given value
- stdlib: new function `lists.prepend` for prepending lists
- fix: improved type switch error message
- fix: improved stdlib not found error message
- fix: source locations were off
- lsp: complete importable modules #35
- lsp: field completions #35
- lsp: type switch
The autocompletions and hovers should only respect current imports.
Both should not rely on type inference, yet.
These cases should be supported:
module.
should autocomplete its members.
member (completions only from all data-/module-/import-/extern-members)The text was updated successfully, but these errors were encountered: