Jump to content

Any one uses another LUA IDE ?


Roland
 Share

Recommended Posts

I'm using Emacs. With settings that I've made, I have the following features:

  • Auto-complete. I've added a custom-made dictionary file with LE classes and methods.
  • Lua snippeting. I've made several snippeting templates - for generic loops, method definitions, etc.
  • Syntax highlighting and auto-indentation. The latter is very, very useful: it's enforced and you can easily detect missing construct parts.
  • On the fly syntax error checking - so that even before running a LE game, I can tell if there is anything obviously wrong with my code.

Plus, in the opposite window, I'm always keeping open a Lua console, so I can easily test various LUA constructs I'm not sure about.

  • Upvote 2
Link to comment
Share on other sites

Emacs has quite steep learning curve. I've been using it for various purposes for years now. If you want some quick and decent solution, I can only recommend Atom.io

 

It's a modular editor based on package system. There is a nice package for Lua (you install it from the editor) which does syntax highlighting and auto-indentation. There are also packages for auto-completion and similar programming necessities.

  • Upvote 1
Link to comment
Share on other sites

I've not tried it yet but Microsoft released "Visual Studio Code", a free cross platform code editor. Looks pretty slick. https://code.visualstudio.com/

 

Also look at Josh's blog about it: http://www.leadwerks.com/werkspace/blog/1/entry-1459-using-visual-studio-code-with-leadwerks/

Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590

LE / 3DWS / BMX / Hexagon

macklebee's channel

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...