Skip to main content



      Home
Home » Archived » Lua Development Tools » About code assistant.
About code assistant. [message #896827] Thu, 19 July 2012 19:27 Go to next message
Eclipse UserFriend
HI.

i'm using standalone last version tool.


i'm testing about OUTLINE window and CODE_ASSISTANT.

At outline it display only first level items(table, function) and table's field is not display. (it's right? will be update?)

At code assistant. it display global items(table, function) only, and i can't open member list window with '.' access(ex ctrl+space)

are this problems current version's limitation or my fault?


Re: About code assistant. [message #898757 is a reply to message #896827] Fri, 27 July 2012 09:04 Go to previous message
Eclipse UserFriend
Hi,

In the last stable release (0.8):

The outline display only the first level local variable and the API you could describe with luadocumentor.

You should have content assist :
- on local variables.
- on global variables considered as preloaded in your execution environment. (like print in lua 5.1)
- on module documented with luadocumentor.

Did you try the execution environment feature ?
You could download and add the Lua 5.1 execution environment support to your project to enable autocompletion for lua 5.1.

HTH

[Updated on: Thu, 02 August 2012 11:38] by Moderator

Previous Topic:folding not working
Next Topic:Code Assistance for external lib
Goto Forum:
  


Current Time: Wed Jul 23 08:48:25 EDT 2025

Powered by FUDForum. Page generated in 0.04774 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top