I would like to enable the IntelliSense 'auto' function (for example, Visual Studio C # 2008 Express), but I use Visual Studio C ++ 2008 Express Edition and in Tools> Options> Text Editor> C / C ++ (there is no option "IntelliSense "(like Visual C #). How do I enable this feature? I know I can get the shortcut in place (like CTRL-space, etc.)? But how can I get it automatically (drop down menu)?
In C ++, IntelliSense is enabled by default (and AFAIK there is not even an official way to disable it). However, when you come with C #, you might think that it is off because it is much less powerful in C ++. (The reason for this is that C ++ is much more difficult to parse. You can find more information on this subject here and here .)
Visual Assist greatly improves C ++ (although it may not be that significant when you're used to C #), but I don't think you can install plugins in the express version.
This should be enabled by default. But sometimes for projects in C ++ it stops working.
.NCB ? , , , .
V++ 2008 Express Edition . , , , Intellisense , . Intellisense , , , . , , , .
, , intellisense , , - .ncb , VS ( VS ).
Source: https://habr.com/ru/post/1723124/More articles:Several buttons with the same width equal to the widest button - blackberryNested datasets with TClientdatasets on more than two levels? - delphiProgramming games for Windows in C ++ or C # - c ++Using DataAnnotations for validation in MVVM - validationRenderpartial conditionally on masterpage in asp.net mvc - c #NHibernate EventListeners - getting property value of persisted entity - c #Why is grails.views.default.codec not used by default for "html"? - securityUse recursion instead of EVAL - javascriptIs there no problem how to run Scala 2.7.7 unit tests in Eclipse? - eclipseHow do you repeat the actions contained in the actionmanager - Delphi 2007 - delphiAll Articles