pub fn code_view_ui( ui: &mut Ui, theme: &CodeTheme, code: &str, language: &str, ) -> Response
View some code with syntax highlighting and selection.