T O P I C R E V I E W |
AstaDan |
Posted - Jul 25 2017 : 10:26:09 AM Is there anything can be done to stop the Visual Studio Light-bulb from getting in the way when using Visual Assist?
Sadly Microsoft have still not added an option to get rid of the light-bulb. |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jul 25 2017 : 12:58:06 PM I believe the only way to stop the light-bulb is to fully disable the IDE intellisense parser:
IDE tools menu -> Options -> Text Editor -> C/C++ -> Advanced -> Disable Database = True
VA will step in and try to fill the holes this leaves, but this will disable a few IDE specific features, for example the Class View tool window.
When you say the light-bulb is getting in the way, what do you mean? Hopefully you can still access and use the VA commands without any problems, but if not, this is not helpful. |
|
|