pub fn code_minimap(state: &Arc<Mutex<CodeEditorData>>) -> DivExpand description
Build a minimap — a scaled-down overview of all code lines Build a minimap widget from code editor state. This should be placed as a sibling OUTSIDE the code_editor, not inside it.