Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

File path Completion in sublime text 3

I'm using sublime text as a code editor, I wasted time with writing file paths for photos and assets. I searched and I found two packages for file path completion, which are AutoFileName and FuzzyFilePath, but these packages only work for sublime text 2.

Are there alternative solutions for sublime text 3?

like image 469
Alaa M. Tekleh Avatar asked Aug 12 '16 11:08

Alaa M. Tekleh


People also ask

How do I enable autocomplete in Sublime Text 3?

Usage. By default, Sublime Text will automatically show the completions popup when a user is editing source code or markup, but not within prose in comments, strings or markups. Pressing the Esc key will hide the completions popup. To manually show the completions popup, press Ctrl+Space.


2 Answers

Auto​File​Name now supports Sublime Text 3 as does FuzzyFilePath.

A search on Package Control yields results for other similar packages too.

like image 71
Gerard Roche Avatar answered Oct 11 '22 14:10

Gerard Roche


probably what you want is AutoFileName

like image 43
Leo Avatar answered Oct 11 '22 13:10

Leo