ClangAutoComplete
ClangAutoComplete copied to clipboard
is there any way to customize the width of autocomplete pop up?
some function prototype is long and the autocomplete pop-up cannot display all of the function. Is there any to customize the width or to change it automatically?
From a quick search there does not seem to be a solution for this yet. I found this open issue on the sublime text project that hasn't been updated in a year: https://github.com/SublimeTextIssues/Core/issues/633
@pl-ca thanks for the reply. Maybe i'll just keep waiting until this feature is added into sublime or some API is exposed.