Sublime Forum

Autocomplete too eager

#1

I’m not sure if this is an issue with sublime clang, or sublime text, or some interaction of the two.

I find that on auto-completes that include template arguments, auto-complete seems to always trigger.

For example, if I type:

std::pair<

Then what I get, after I type the ‘<’, is:

std::pair<<, class _T2>

For clarity, if I type:

std::pair@

I get:

std::pair<@, class _T2>

I’m not quite sure why this is happening. It’s quite annoying. Has anyone else had this problem? Currently on sublime text 2165, only notable setting (I think) is “auto_complete_commit_on_tab”: true,

0 Likes