LÖVE Support For Panic's Nova Editor
Posted: Fri Oct 08, 2021 10:03 pm
Hi everyone! During Ludum Dare 49 I was using Nova to work on my game, but was hassled by constantly having to search for the function signature in the online documentation. Though not a replacement for the docs entirely, I've written a small extension to add autocomplete support for LÖVE functions to the editor.
Check out LÖVE Nova here.
If you use Nova, please let me know what you think. I've attempted to make the completion smarter than just dumping all the function signatures into static completion, but rather autocomplete the available functions by the module you're attempting to use i.e. typing `love.graphics` only shows functions from the graphics module.
I'd be happy to look at adding more features or fixing any bugs y'all might encounter. Thanks!
Check out LÖVE Nova here.
If you use Nova, please let me know what you think. I've attempted to make the completion smarter than just dumping all the function signatures into static completion, but rather autocomplete the available functions by the module you're attempting to use i.e. typing `love.graphics` only shows functions from the graphics module.
I'd be happy to look at adding more features or fixing any bugs y'all might encounter. Thanks!