You all now basic IDE support for other languages such as c++. You write a class with member functions. If try to use it in your code and you press ctrl + space you will se all those member functions in a menu.
Now CryEngine has a Lua api (scriptbinds?) but there is no IDE that supports it.
Isn't it possible to feed an IDE of choice with the cryengine API and get full IDE support? I have never done something similar and don't know where I should start and I hope you can give me some directions.
Update:
Maybe I should add what I am thinking. If you have for example a java IDE and you included an external jar file you will get access to its content and the IDE will support it (autocomplete etc). Shouldn't the exact same thing be possible with cryengine and lua?