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
For me, it is a bit weird that if global-company-mode is enabled, racer-mode will fail to offer its full completion functionality, for example, the std::io:: triggers no completion. The `(add-hook 'racer-mode-hook #'company-mode) seems to be necessary.
Ok, after some tests, I found that it is company-fuzzy-mode who prevents racer-mode from reacting correctly. If global-company-mode is enabled, the hook is not necessary.
Hello:
When
global-company-mode
is enabled, do I need to add this code to enable racer complete ?Thank you.
The text was updated successfully, but these errors were encountered: