Sysprogs forums › Forums › VisualGDB › Clang "IntelliSense" settings?
- This topic has 6 replies, 3 voices, and was last updated 4 years, 6 months ago by
support.
-
AuthorPosts
-
December 10, 2016 at 16:04 #9766
tinkerer
ParticipantWhen I open VisualGDB project properties and go to the tab “IntelliSense Settings”, well, there aren’t really any settings other than the choice of the engine.
Is there a way to set up the clang “intellisense”? Some of the things it does are rather irritating. The pure VS intellisense for the embedded C project isn’t working too great, obviously, so just turning it off is also not such a nice solution.– tinker
December 11, 2016 at 04:11 #9770support
KeymasterHi,
You can tweak the Clang IntelliSense behavior by adding Clang-friendly command-line flags to “Additional flags for C/C++ files” fields on that page (e.g. -DSOME_MACRO). The IntelliSense is actually using Clang, so all Clang flags that are relevant for source parsing should be supported. If you are looking for a specific setting, let us know and we will suggest a flag that controls it.
December 14, 2016 at 00:35 #9795tinkerer
ParticipantHey, yeah one example that I remember right off the bat is – I have a dark background theme in VS. And if the cursor is placed over e.g. a variable, the clang thing will highlight its entire background “blocks” very harshly, so bright that I cannot see where I’m navigating with the cursor anymore. Either severely reducing the intensity of that highlight, or disabling it (as it’s almost pointless) would be one thing that reduces irritation đ
December 14, 2016 at 06:16 #9799support
KeymasterHi,
This is actually configurable globally via Tools->Options->Fonts and Colors->Text Editor (another bunch of options is under Tools->Options->Text Editor->C/C++ (VisualGDB)).
The highlighting colors should be managed normally by VS though, so if you believe they are broken, please attach a screenshot so that we could suggest how to fix this.
April 28, 2021 at 07:10 #30419andyjt
ParticipantThis is too annoying for words.
Please tell me how to get rid of these daft light bulb moments
Attachments:
You must be logged in to view attached files.April 28, 2021 at 07:31 #30421andyjt
ParticipantIf anyone else gets the annoying grey text on grey background in Dark Mode, I found the setting for it (see attached)
Change the Background to something other than Default
I’d still like to know how to turn this off though. ALT+Enter or CTRL+. is there if you really want it
Attachments:
You must be logged in to view attached files.April 28, 2021 at 09:42 #30423 -
AuthorPosts
- You must be logged in to reply to this topic.