Enable switching between different workspace symbol search implementations using C_Cpp.experimentalFeatures #12448
Labels
enhancement
Improvement to an existing feature
Feature: Symbol Search
Language Service
more votes needed
Issues that have been postponed until more community members upvote it
Milestone
The different implementations give different fuzzy results and have different performance characteristics.
Setting C_Cpp.experimentalFeatures to "enabled" will use the "new" one (which also makes tag parsing faster, fixing #12292).
Setting C_Cpp.experimentalFeatures to "disabled" will use the implementation from 1.19.x.
Setting C_Cpp.experimentalFeatures to "default" will select one for certain users based on whatever the experiment is currently set to.
The text was updated successfully, but these errors were encountered: