pablomayobre / love-atom

Smart autocompletion for the LÖVE framework in Atom.

Home Page:https://atom.io/packages/love-atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Love-Atom

Version License

Love-Atom adds smart autocompletion for the LÖVE framework in Atom.

gif

Usage

Love-Atom adds a custom provider on top of autocomplete-lua and will suggest autocompletion based on your input.

Love-Atom will provide suggestions for functions with multiple variants. example1

Love-Atom even offers type-aware autocompletion for variables returned by the LÖVE framework. example2

The autocompletion suggestions are generated automatically using the LÖVE API which is following the official LÖVE wiki.

Installation

You can install the package through Atom's package manager or by running apm install love-atom in your terminal.

Dependencies

The following dependencies will be installed automatically if they are missing:

About

Smart autocompletion for the LÖVE framework in Atom.

https://atom.io/packages/love-atom

License:MIT License


Languages

Language:Lua 95.7%Language:JavaScript 3.0%Language:Shell 1.3%