{"id":22585494,"url":"https://github.com/chifisource/oliveautocomplete.jl","last_synced_at":"2026-02-02T10:37:54.719Z","repository":{"id":265596001,"uuid":"718334339","full_name":"ChifiSource/OliveAutoComplete.jl","owner":"ChifiSource","description":"autocomplete extension for olive","archived":false,"fork":false,"pushed_at":"2025-08-19T09:26:27.000Z","size":71,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-21T15:42:47.861Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChifiSource.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["emmaccode","UnformalPenguin"]}},"created_at":"2023-11-13T21:42:50.000Z","updated_at":"2025-08-19T09:26:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"588a101e-1fcb-43d7-85d3-3fe8b08642cc","html_url":"https://github.com/ChifiSource/OliveAutoComplete.jl","commit_stats":null,"previous_names":["chifisource/oliveautocomplete.jl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChifiSource/OliveAutoComplete.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FOliveAutoComplete.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FOliveAutoComplete.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FOliveAutoComplete.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FOliveAutoComplete.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChifiSource","download_url":"https://codeload.github.com/ChifiSource/OliveAutoComplete.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FOliveAutoComplete.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29010454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T10:37:29.253Z","status":"ssl_error","status_checked_at":"2026-02-02T10:37:28.644Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-08T07:08:47.965Z","updated_at":"2026-02-02T10:37:54.714Z","avatar_url":"https://github.com/ChifiSource.png","language":"Julia","funding_links":["https://github.com/sponsors/emmaccode","https://github.com/sponsors/UnformalPenguin"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://github.com/ChifiSource/image_dump/raw/main/olive/0.1/extensions/oliveautocomplete.png\" width=\"250\"\u003e\u003c/img\u003e\n\u003c/div\u003e\n\n- **note**: this first iteration of `OliveAutoComplete` is most likely *not* unicode-safe.\n- [documentation](https://chifidocs.com/olive/OliveAutoComplete)\n- [olive](https://github.com/ChifiSource/Olive.jl)\n\n`OliveAutoComplete` provides `Olive` with fully-featured *autocomplete* functionality. This includes automatic indentation and code-suggestion autofill. Add the package within your `olive` environment or the environment you run `Olive` from:\n```julia\nusing Pkg\n\nPkg.add(\"OliveAutoComplete\")\n\n# unstable; latest, sometimes broken, changes\nPkg.add(\"OliveAutoComplete\", rev = \"Unstable\")\n```\n\n`OliveAutoComplete` is loaded like any other `Olive` extension, by loading the `Module` in your `olive.jl` file or **before** starting `Olive`.\n```julia\nusing OliveAutoComplete; using Olive; Olive.start()\n```\nFor more information on installing, check out [installing extensions](https://chifidocs.com/olive/Olive/installing-extensions).\n### using autocomplete\nOnce autocomplete is loaded, each `:code` cell should have a box at the bottom. As you type, the box fills with suggestions from your loaded packages and `OliveBase`. Use `shift` + `ArrowRight` \u0026 `shift` + `ArrowLeft` to navigate these suggestions, and use `shift` + `Space` to fill with the currently selected suggestion.\n##### future editions\nFuture editions will include fixes for bugs with the current functionality, as well as\n- type-specific suggest (after `::`)\n- `Olive` class usage for all components (`0.3` +)\n- Indentation after `elseif`, `else`, `catch`\n- Keybindings moved to keybind settings\n- autocomplete settings, with the ability to turn each autocomplete functionality off or on.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchifisource%2Foliveautocomplete.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchifisource%2Foliveautocomplete.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchifisource%2Foliveautocomplete.jl/lists"}