@Tom,
“how to use libraries properly in 1.7.2”
Currently external libraries are only used to add to the autocomplete list as well as provide extra links to the go-to declaration. We are thinking of ways of copying the library files before running the application. We could implement our own way but we are also thinking about using more standard tools like ant for this purpose.
"Also would be cool to have feedback / callback method to go to definition for custom classes that are not properly managed "
It is pretty tricky to differentiate a custom class from a table. How do you purpose to do this? At present you should be able to ctrl click on table memebers and it will take you to the declaration location.
“Also would be great to have warning on locals that are initialized but never used in the code”
Agreed. We are reworking the parser to make it more robust, once we trust it enough we can start implementing more advanced refactoring functions. What has saved us much time in our java development is a “fix imports” action. This will basically look for any Classes used by the current file and will make sure they are properly imported, we believe something like this should be done in Lua as well. Its much harder for a dynamic language but the time savings should be worth the effort.
Thanks for all the feedback! Keep them coming!
Regards,
M.Y. Developers [import]uid: 55057 topic_id: 31042 reply_id: 125932[/import]