So far I’ve tried Coda with bundle, TextMate with plugin and XCode with that extension. None of the combinations can support this:
main.lua:
app.somethingCodeCompleteShouldCatch()
app.lua:
module(…, package.seeall)
function somethingCodeCompleteShouldCatch()
end
None of them do this, but anyway so far I like XCode best out of all three. The problem is it creates a huge mess with its project files, which in turn makes a huge mess with my SCM.
What are you guys using?
[import]uid: 21280 topic_id: 5770 reply_id: 305770[/import]