"IntelliSense engine" has affected the navigation bar's analysis of the code segments, only allowing the display of the outermost code segments. #12483
Labels
enhancement
Improvement to an existing feature
Feature: Document Symbol
Outline view and breadcrumbs
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
quick fix
Milestone
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
After installing the C/C++ extension with IntelliSense Engine enabled by default, when you open a segment of code, you may notice that the navigation bar at the top of VSCode can only display the outermost layer of the code. For example:
return NULL;
to the top, the navigation bar should display the position of the brackets for the line of code at the top. Under normal behavior (with IntelliSense Engine disabled), it is displayed as:Expected behavior:
This feature works well with short code, but if there is a longer main program, the code navigation will only display
int main(int argc, char **argv)
. It would be great if this feature could be selectable.Configuration and Logs
Other Extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: