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

As you type validation inside editorconfig editor #35

Description

@angelozerr

The editorconfig editor should mark error when you are typing inside the editorconfig editor:

  • syntax error like section which are not closed.
  • semantic error like 'XXX' option name doesn't exists, or 'indenre t_style = 10' is false because indent_style waits for space or tab

To do that we need an editorconfig parser which is able to collect location offset where errors occur.

I had worked on this issue and pushed my work now. See https://github.com/angelozerr/editorconfig-java-parser

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions