Say I have 2 files:
foo
bar
baz
and
123
456
f[want autocomplete here]
If I type 1
in the 2nd file, Sublime will suggest 123
. But if I type f
it wont suggest anything. I want it to suggest foo
like it would if I were inside the first file.
It seems like this should be simple (each buffer can autocomplete, so searching all of them can't be so hard) but I haven't been able to find a plugin that does this.
question from:https://stackoverflow.com/questions/9081846/sublime-text-2-auto-complete-suggest-from-other-files