Author Topic: LUA IDE?  (Read 4093 times)

0 Members and 1 Guest are viewing this topic.

Max

  • Sr. Member
  • ****
  • Posts: 276
    • View Profile
LUA IDE?
« on: September 21, 2018, 01:52:43 AM »
So, I'm taking a coding course at a local coding school, learning Java right now and we're using the Eclipse IDE. Holy cow. Having only coded in the Solarus editor, all the refactoring and method extraction and being aware if a method I'm trying to call is actually valid and suggested arguments for methods, wow, everything is so easy.

Does anyone use and IDE when coding their games, or know how to get one to interface with Solarus? Or do you guys all just code in the Solarus editor and do everything by hand like I've been doing for the last couple years?

Diarandor

  • Hero Member
  • *****
  • Posts: 1062
  • Cats are cool! (ΦωΦ)
    • View Profile
Re: LUA IDE?
« Reply #1 on: September 21, 2018, 02:49:55 AM »
Notepad++ is a quite good choice. I use it.
PS: yes, it is not an IDE, I think.
« Last Edit: September 21, 2018, 02:51:37 AM by Diarandor »
“If you make people think they're thinking, they'll love you. But if you really make them think, they'll hate you.”

llamazing

  • Full Member
  • ***
  • Posts: 220
    • View Profile
Re: LUA IDE?
« Reply #2 on: September 21, 2018, 05:15:40 AM »
I use BBEdit which is just a fancy text editor for the mac. Has syntax highlighting and a drop-down menu that lets you jump to another function in the same file.

I think you can get a plugin for eclipse to use it for lua.

oclero

  • Administrator
  • Full Member
  • *****
  • Posts: 167
    • View Profile
Re: LUA IDE?
« Reply #3 on: September 21, 2018, 08:34:36 AM »
I recommend Visual Studio Code: it's free, open-source, fast, has autocompletion, syntax highlighting, Lua plugins, Git integration, folders, etc. It is miles better than Notepad++.

SolFun
  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: LUA IDE?
« Reply #4 on: September 21, 2018, 05:27:26 PM »
I am also using Visual Studio Code. Unfortunately, you will not get the intellisense for solarus functions as you get with JAVA methods/functions.

PS. For JAVA you should try IntelliJ (not free but you can get a student license usually). It is on another level compared to Eclipse.
« Last Edit: September 21, 2018, 05:29:54 PM by vathox »

MichaelNG789

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: LUA IDE?
« Reply #5 on: October 19, 2018, 03:12:19 PM »
Also a Visual Studio Code boi. I went through Sublime Text 3 first, then Atom, and now VSCode. It's my favourite. I do occasionally use VSCode for coding in Solarus, but not all the time.

And yeah for Java related stuff, JetBrains software is really good for those. They even made a new rising programming language, Kotlin, which is like an evolved version of Java.
« Last Edit: October 19, 2018, 03:14:51 PM by MichaelNG789 »

oclero

  • Administrator
  • Full Member
  • *****
  • Posts: 167
    • View Profile
Re: LUA IDE?
« Reply #6 on: October 20, 2018, 06:43:28 PM »
ZeroBrane is a good one too, and moreover a compatibility with Solarus is in the works!