by mrbushido on Fri Oct 19, 2012 9:31 pm
Not sure if this has already been implemented as a core feature or user plugin, but I think it would be neat sublime was aware of filesystem paths and files. I often find myself mistyping a library name or include file for makefiles, silly things like forgetting a capital letter or using a dash instead of an underscore. Naturally this isn't make or break feature, since most compilers/interpreters will pick up the typo, and with common languages such static analysis is already available from within sublime. However, finding the correct name often means leaving sublime to open a filebrowser/terminal and that makes it a shortcoming, at least for me!