Corona Editor’s really come along nicely now, but one thing it lacks: require parameter autocomplete!
I try to organise my code into folders, but that can mean that sometimes (nearly always) I forget which folder I’ve stuck a file in. I’m forever hitting ⌘+P to find the file, and then the best solution I’ve found is to use SidebarEnhancements’ “File: Copy Path from Project Encoded” command to get the file’s path. However that still has /'s as separators instead of .'s and it’s be nicer if this all happened intelligently after typing the require command.
I think this could be added by detecting if the characters preceding the caret match require\s?(?" and then adding correctly encoded paths from the project to the autocomplete (filtering them as you type). That way you’d narrow down to the path you want as you type.
What do people think? I might have a go at it if that sounds about right once I’ve got a free moment.