plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.completion.termSearch.enable
Whether to enable term search based snippets like Some(foo.bar().baz())
.
Type: null or boolean
Default:
null
Plugin default: false
plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.completion.termSearch.fuel
Term search fuel in “units of work” for autocompletion (Defaults to 1000).
Type: null or signed integer
Default:
null
Plugin default: 1000