Skip to content
This repository was archived by the owner on Sep 21, 2019. It is now read-only.
This repository was archived by the owner on Sep 21, 2019. It is now read-only.

Type check errors in quickfix window #408

@mlopes

Description

@mlopes

When running :EnTypeCheck, it highlights the errors and then shows them when passing with the cursor over the code causing the error. This error is being shown in the command area, which means we get a message "Press ENTER or type command to continue" unless we set command height to at least 4 (the size of the output of a EnTypeCheck error).
I'm wondering if using vim's quickfix window could be a better option, allowing the user to quickly navigate through typecheck errors and not get stuck on the error line every time they pass over it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions