native icon indicating copy to clipboard operation
native copied to clipboard

[native_doc_dartifier] Utility to extract code snippets and context from documentation URLs

Open marshelino-maged opened this issue 6 months ago • 0 comments

Utility that parses a given documentation URL (e.g., Android docs) and extracts:

  • Code snippets embedded in the page.

  • Contextual information, such as surrounding text.

This is useful because LLM-generated code is based on a snippet from the docs, but this snippet may fail to include required context (e.g., missing variable initialization).

marshelino-maged avatar May 16 '25 22:05 marshelino-maged