Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Summary `suggest.symToSuggest` now restrict data fetched based on the `IdeCmd` given. Meaning some `Suggest` fields are only filled in/used given specific `IdeCmd`(s), avoiding unnecessary processing. ## Details * Fill `contextFits`,`globalUsages`,`localUsages` fields when `IdeCmd` in `{ideSug, ideCon}`. they're used in `cmpSuggestions` -> `produceOutput`. * Fill `doc` field when `IdeCmd` is not `ideHighlight`. `ideHighlight` results don't render the documentation comment, see `$(Suggest)` --------- Co-authored-by: zerbina <100542850+zerbina@users.noreply.github.com>
- Loading branch information