Skip to content

Implement Asciidoc Document Outline (LSP) #55

Description

@vogella

Implement the textDocument/documentSymbol request in the language server to provide a hierarchical view of the document structure.

Details:

  • Parse the Asciidoc document to identify section headers (=, ==, ===, etc.).
  • Return a tree of DocumentSymbol objects representing the document's structure.
  • This will enable the 'Outline' view in the IDE, allowing users to quickly navigate large documents.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions