Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Lua Development Tools » About code assistant.
About code assistant. [message #896827] Thu, 19 July 2012 23:27 Go to next message
hyojun ku is currently offline hyojun kuFriend
Messages: 14
Registered: July 2012
Junior Member
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 13:04 Go to previous message
Simon Bernard is currently offline Simon BernardFriend
Messages: 345
Registered: July 2009
Senior Member
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 15:38]

Report message to a moderator

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


Current Time: Sat Apr 20 06:21:54 GMT 2024

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

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

Back to the top