SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

Add `mini_auto_complete` hidden setting #269

Closed jrappen closed 4 years ago

jrappen commented 4 years ago

For 4057+, I guess. Haven't tested support on earlier builds.

    // when true, will show the best completion using a phantom
    // rather than a pop-up
    "mini_auto_complete": false,

Jon mentioned this on SublimeHQ Discord.

FichteFoll commented 4 years ago

Since Jon mentioned this to likely be scraped until a better/proper solutio is found, I would rather wait a bit for it to mature before having to remove the setting again.