I’m trying out the plugin EasyClangComplete and I’m getting double popups for definition. First the default one and then the plugin one on top. It’s annoying to see the default one for a brief moment before it’s replaced with the plugin one.
Google led me to trying to disable the default one with “show_definitions”: false in my user settings but it stills shows. I’ve tried to disable the EasyClangComplete also but it’s still showing the default definition popup.
Any help or advice on how to proceed would be appreciated.
I’m running build 3210 on OSX. User settings below…
{
"caret_extra_width": 2,
"close_windows_when_empty": false,
"color_scheme": "Packages/Theme - Afterglow/Afterglow-monokai.tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"font_size": 12,
"highlight_line": false,
"ignored_packages":
[
"C Improved",
"Rust",
"Vintage"
],
"margin": 3,
"material_theme_accent_scrollbars": false,
"material_theme_bright_scrollbars": true,
"material_theme_panel_separator": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"open_files_in_new_window": false,
"rulers":
[
80
],
"show_definitions": false,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 4,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": false
}