-1

It is really handy in Bracket Editor that can prompt the file path while typing.

enter image description here

After search for a while I still cannot find a package that accomplish the same thing Bracket does.

Can you suggest or name one package providing similar feature in Sublime Text 3.

XY L
  • 25,431
  • 14
  • 84
  • 143

1 Answers1

1

I use AutoFileName, although it can be a bit intrusive at times, if you're trying to type a string literal and it keeps trying to autocomplete paths. Other than that, recent versions seem to work quite well. Another option is FileSystem Autocompletion, which I haven't tried. FuzzyFilePath may also work for you, but only inserts file paths in your current project.

MattDMo
  • 100,794
  • 21
  • 241
  • 231