Page 18 of 20

Re: What code editor do you use ?

Posted: Thu May 07, 2020 6:49 pm
by Kindermaus
I use Sublime Text for Lua! It's really good in my opinion. VS Code is probably ultimately better though. I'm just used to Sublime Text.

Re: What code editor do you use ?

Posted: Tue Dec 01, 2020 1:08 pm
by YounYokel
CanadianGamer wrote: Tue Dec 20, 2016 2:11 am My favorite text editor is Atom. It's open source, it is extremely customizable and can do pretty much everything that Sublime can.
one difference is the weight

Re: What code editor do you use ?

Posted: Tue Dec 01, 2020 1:11 pm
by YounYokel
Kindermaus wrote: Thu May 07, 2020 6:49 pm I use Sublime Text for Lua! It's really good in my opinion. VS Code is probably ultimately better though. I'm just used to Sublime Text.
vscode is resource heavy in my opinion but works well if you configure it well

Re: What code editor do you use ?

Posted: Thu Dec 10, 2020 7:26 am
by katster
I changed a few and using Notepad++ for now.

Re: What code editor do you use ?

Posted: Thu Dec 10, 2020 11:55 pm
by Felix_Maxwell
VScode really shines when you install the right extensions. There's a couple really nice ones for Lua support which give you all of Lua's built-in functions and some outlines of tables when you hover over their names, and also a Love2d support plugin by pixelbyte studios that gives you function/parameter completion for love functions, plus a nice little ALT+L hotkey to run the folder you current have open in Love.

For Debugging, ZeroBrane studio seems to be the easiest as it has out-of-the-box support for Love. Some people say they can get easy debugging with IntelliJ Idea, but I haven't been able to get it to work.

Re: What code editor do you use ?

Posted: Thu Feb 18, 2021 12:46 pm
by AlexNillson89
I use IntelliJ IDEA but I think I'll change it to something else soon

Re: What code editor do you use ?

Posted: Sat Feb 20, 2021 12:20 pm
by ohai
If you use IntelliJ like me, don't use the Lua plugin by sylvanaar. EmmyLua is much better IMO, I never looked back since I started using it.
I still use ZeroBrane for debugging though, as I can't be bothered to try and configure it on IntelliJ.

Re: What code editor do you use ?

Posted: Wed May 12, 2021 4:38 pm
by adurnat
using vscode only extensions are emmylua and emmy-love-api only

Re: What code editor do you use ?

Posted: Wed May 12, 2021 8:23 pm
by dusoft
Sublime with Lua beautifying and linting.

Re: What code editor do you use ?

Posted: Sat Jun 19, 2021 12:36 pm
by camperman
emacs 27.1 and sometimes ZeroBraneStudio's debugger.