Sublime Forum

Plugin/corefeature for filesystem aware path autocompletes?

#1

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!

0 Likes

#2

Give AutoFileName a try (available through Package Control or github.com/BoundInCode/AutoFileName). It should do what you’re looking for. Let me know if you have any feature requests.

0 Likes