You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for developing such a useful plugin, I am currently using Sublime Text build 3103, OSX 10.11.
After installing Clang-Complete, the Sublime built-in C++ completion failed, for example, when I type if, built-in completion ought to pop a prompt box with if condition, but now the if condition prompt box just flash by and comes the Clang-Complete prompt box.
I noticed there's "inhibit": true, option in Clang-Complete settings, which supposed to make built-in completion works with Clang-Complete, however it didn't behave like that.
The text was updated successfully, but these errors were encountered:
Thanks for developing such a useful plugin, I am currently using
Sublime Text build 3103, OSX 10.11
.After installing
Clang-Complete
, the Sublime built-in C++ completion failed, for example, when I typeif
, built-in completion ought to pop a prompt box withif condition
, but now theif condition
prompt box just flash by and comes theClang-Complete
prompt box.I noticed there's
"inhibit": true,
option in Clang-Complete settings, which supposed to make built-in completion works with Clang-Complete, however it didn't behave like that.The text was updated successfully, but these errors were encountered: