Page 1 of 1

Love2d extension for vs code?

Posted: Sat Jul 01, 2017 2:17 am
by Shadowblitz16
does anybody know a vs cod extension that supports the following?

- run from debug window
- debug from debug window
- autocompleate / intellisense

I see that there are vanilla lua extensions for it but I don't see any love2d extensions that support debugging

Re: Love2d extension for vs code?

Posted: Sat Jul 01, 2017 3:18 am
by raidho36
Try Zerobrane Studio.

Re: Love2d extension for vs code?

Posted: Mon Jul 03, 2017 12:13 am
by eliddell
He's asking for an extension/plugin for Microsoft Visual Studio, I think, not an independent program. I'm not aware of any.

Re: Love2d extension for vs code?

Posted: Mon Jul 03, 2017 1:36 am
by zorg
eliddell wrote: Mon Jul 03, 2017 12:13 am He's asking for an extension/plugin for Microsoft Visual Studio, I think, not an independent program. I'm not aware of any.
True, but zerobrane can do the things he asked for; and it's an even exchange... i mean, VC wasn't really designed for lua anyway; to my knowledge, ZB was.

Re: Love2d extension for vs code?

Posted: Mon Jul 03, 2017 6:41 am
by D0NM
VS Code has no debugging extension for Lua AFAIK.
I have to use 2 or even 3 different IDEs at the same time.
ZeroBrane is one of them due to the native Love2D debug support. ^_-