love-atom icon indicating copy to clipboard operation
love-atom copied to clipboard

Smart autocompletion for the LÖVE framework in Atom.

Results 3 love-atom issues
Sort by recently updated
recently updated
newest added

This bug seems to be specifically and uniquely related to the `love.filesystem.getInfo` call. Unlike other LÖVE calls, this one returns a table with named fields inside of it. As soon...

This is a feature request, which would be fairly easy to add to this package. Changing [line 50 in the generator](https://github.com/rm-code/love-atom/blob/master/generator/json-generator.lua#L50) to ```lua arguments[#arguments].displayName = string.format( '[%s=%s]', v.name, v.default )...

I think that this package could have a good spec. Even though it's pretty simple, testing could be leveraged to a CI to make sure that nothing breaks from a...