Skip to main content

code_minimap

Function code_minimap 

Source
pub fn code_minimap(state: &Arc<Mutex<CodeEditorData>>) -> Div
Expand 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.