Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
title description ms.date ms.topic f1_keywords author ms.author manager ms.workload
Options, Text Editor, C/C++, Experimental
Learn how to use the Experimental page in the C/C++ section to change the experimental behaviors related to IntelliSense and the browsing database.
10/08/2021
reference
VS.ToolsOptionsPages.Text_Editor.C/C++.Experimental
VS.ToolsOptionsPages.Text_Editor.C%2FC%2B%2B.Experimental
VS.ToolsOptionsPages.Text_Editor.C\C++.Experimental
tylermsft
twhitney
markl
cplusplus

Options, Text Editor, C/C++, Experimental

[!INCLUDE Visual Studio]

By changing these options, you can change the behavior related to IntelliSense and the browsing database when you're programming in C or C++. These features are truly experimental and may be modified or removed from Visual Studio in a future release.

To access this property page, press Ctrl+Q to activate the search box and then type experimental. Search finds the page after the first few letters. You can also get to it by choosing Tools > Options and expanding Text Editor, then C/C++, and then choosing Experimental.

These features are available in a Visual Studio installation.

[!NOTE] Your computer might show different names or locations for some of the Visual Studio user interface elements in the following instructions. The Visual Studio edition that you have and the settings that you use determine these elements. See Personalize the Visual Studio IDE.

Enable Predictive IntelliSense

Predictive IntelliSense limits the number of results displayed in the IntelliSense dropdown list so that you see only results that are relevant in the context. For example, if you type int x = and invoke the IntelliSense dropdown, you will see only integers or functions that return integers. Predictive IntelliSense is turned off by default.

See also