So I’ve just discovered this undocumented setting from: https://github.com/SublimeText/PackageDev/blob/master/Package/Sublime%20Text%20Settings/Preferences.sublime-settings-hints.
I’ve been using it for a couple of days, and I instantly got addicted to it. Up 'till now (years) I’ve always found that the completions pop-up used to show up way too often. It distracted me quite a bit, to the point that I had set "auto_complete_delay": 200
only as a way to mitigate that, but it never really worked out.
In my settings now I have:
// Show the first completion candidate as a phantom.
// Experimental since 4057.
"mini_auto_complete": true, // undocumented
"auto_complete_delay": 0,
…and I feel I can type faster and I’m less distracted. This was a game changer for me. I understand it’s an experimental setting, but it’s shame that something this good is hidden and basically unknown. I think it should be advertised more.
Can we at least have it disabled by default but listed in Preferences.sublime-text
? Or are there major drawbacks I should be aware of?