Intellisense for lua
Brought to you by:
laxx18
It would be desired, to have an Intellisense for lua, so that all available NOWA-Engine methods listed.
For that, for each registered class, the Finder needs to be created. E.g.
GameObject -> getName, getId, ...
PhysicsComponent -> getPosition, ...
So there is a match, which component the user typed and the corresponding finder will be actived to list the methods and match the input.
The Finder could be integrated totally in the NOWA-Design. For that in NOWA-Design a huge edit box with syntax highlighting, context menu etc. would be required! Or maybe even a button to switch to lua input mode, so that the GUI will change for better input!
Mid-solution via zero brane studio and returning lua data in json.