Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 2 Auto file path completion

I am looking for an Auto file path completion in Sublime 2 Text like ctrl + x + o in VIM

How do i do that?

Thank you

like image 762
GarlicPasta Avatar asked Mar 21 '13 14:03

GarlicPasta


2 Answers

Think you want something like AutoFileName.

like image 133
skuroda Avatar answered Sep 27 '22 15:09

skuroda


AutoFileName is outdated and not supported anymore, last update was 2 years ago.

Better plugin for file path completion is FuzzyFilePath.

In addition to file path completion you'll get the nice bonus: alt + enter opens the file under cursor.

like image 45
Limon Monte Avatar answered Sep 27 '22 15:09

Limon Monte