{"id":15014638,"url":"https://github.com/rm-code/love-atom","last_synced_at":"2026-03-17T16:32:20.335Z","repository":{"id":35553306,"uuid":"39825004","full_name":"rm-code/love-atom","owner":"rm-code","description":"Smart autocompletion for the LÖVE framework in Atom.","archived":false,"fork":false,"pushed_at":"2021-02-14T20:41:46.000Z","size":5830,"stargazers_count":35,"open_issues_count":3,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-19T10:19:03.953Z","etag":null,"topics":["atom","autocomplete","gamedev","love","love2d"],"latest_commit_sha":null,"homepage":"https://atom.io/packages/love-atom","language":"Lua","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/rm-code.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-28T09:29:44.000Z","updated_at":"2025-03-22T15:22:52.000Z","dependencies_parsed_at":"2022-09-11T09:01:47.034Z","dependency_job_id":null,"html_url":"https://github.com/rm-code/love-atom","commit_stats":null,"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"purl":"pkg:github/rm-code/love-atom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-code%2Flove-atom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-code%2Flove-atom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-code%2Flove-atom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-code%2Flove-atom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rm-code","download_url":"https://codeload.github.com/rm-code/love-atom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-code%2Flove-atom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30627165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T14:16:03.965Z","status":"ssl_error","status_checked_at":"2026-03-17T14:16:03.380Z","response_time":56,"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":["atom","autocomplete","gamedev","love","love2d"],"created_at":"2024-09-24T19:45:52.991Z","updated_at":"2026-03-17T16:32:20.314Z","avatar_url":"https://github.com/rm-code.png","language":"Lua","readme":"# Love-Atom\n## (Looking for a new maintainer! Interested? Open an issue!)\n\n[![Version](https://img.shields.io/badge/Version-3.1.8-blue.svg)](https://github.com/rm-code/love-atom/releases/latest)\n[![License](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENSE.md)\n\nLove-Atom adds smart autocompletion for the [LÖVE](https://love2d.org) framework in [Atom](https://atom.io/).\n\n![gif](https://raw.githubusercontent.com/rm-code/love-atom/master/screenshots/anim.gif)\n\n## Usage\n\nLove-Atom adds a custom provider on top of [autocomplete-lua](https://github.com/dapetcu21/atom-autocomplete-lua) and will suggest autocompletion based on your input.\n\n_Love-Atom will provide suggestions for functions with multiple variants._\n![example1](https://raw.githubusercontent.com/rm-code/love-atom/master/screenshots/function_variants.png)\n\n_Love-Atom even offers type-aware autocompletion for variables returned by the LÖVE framework._\n![example2](https://raw.githubusercontent.com/rm-code/love-atom/master/screenshots/type_completion.png)\n\n_The autocompletion suggestions are generated automatically using the [LÖVE API](https://github.com/love2d-community/love-api) which is following the official [LÖVE wiki](https://love2d.org/wiki/Main_Page)_.\n\n## Installation\n\nYou can install the package through Atom's package manager or by running ```apm install love-atom``` in your terminal.\n\n## Dependencies\n\n_The following dependencies will be installed automatically if they are missing:_\n\n- [language-lua](https://github.com/FireZenk/language-lua)\n- [autocomplete-lua](https://github.com/dapetcu21/atom-autocomplete-lua)\n\n## Using a custom language package\n\nIf you want to use a different language package you can simply remove the `language-lua` dependency from love-atom. Open the love-atom package by heading to your settings and clicking on \"View Code\":\n\n![view-code](https://raw.githubusercontent.com/rm-code/love-atom/master/screenshots/view-code.png)\n\nOpen the `package.json` and look for the `\"package-deps\"` entry at the bottom.\n\n```json\n\"package-deps\": [\n  \"language-lua\",\n  \"autocomplete-lua\"\n]\n```\n\nRemove the `\"language-lua\",` line and save. Atom will no longer try to install the `language-lua` from now on.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frm-code%2Flove-atom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frm-code%2Flove-atom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frm-code%2Flove-atom/lists"}