Sysprogs forums › Forums › VisualGDB › disable popup in editor
- This topic has 6 replies, 2 voices, and was last updated 4 years ago by
support.
-
AuthorPosts
-
July 12, 2021 at 09:58 #30946
paulh001
ParticipantWhen you edit a variable an annoying popup appears. How to switch this off?
July 14, 2021 at 10:51 #30953support
KeymasterHi,
VisualGDB can display many different windows, depending on what you are doing. You can find detailed description of most of them in our documentation, tutorials and the list of settings.
If VisualGDB is not working as expected, please provide a complete description how to reproduce the issue from scratch per our problem reporting guidelines and we will try to point you to the relevant setting. Please make sure you include the relevant screenshots, as they often contain important information required to pinpoint the issue.
July 24, 2021 at 09:53 #30988paulh001
ParticipantThe problem is the automatic correction (intellisense) suggesting all kind of options while you are typing and every variable or cast I enter is changed. This has so much effect that the editor is almost of no use. Visual Studio describes how to switch it off, but this does not seem to work for VisualGDB. I just want to type without being interrupted by wrong suggestions. I added a picture.
Attachments:
You must be logged in to view attached files.July 24, 2021 at 14:43 #30990paulh001
ParticipantThink I found the option in Tools->C/C++ (VisualGDB)->advanced->Code Completion->Suggest names while typing. Set it to False. (Still can use Ctrl+J to get IntelliSense suggestions)
October 27, 2021 at 08:45 #31643paulh001
ParticipantWhen I add a include file to my source a very annoying popup occurs. Listing loads of include files.
How can I stop this popup from appearing?
Also the pop-up is only partial visible because it goes of my screen.
Please don’t add more clutter to the editor it cost so much time to clear all this kind of stuff.
October 27, 2021 at 08:50 #31645paulh001
ParticipantSome extra information, the font is also very large see png file
Attachments:
You must be logged in to view attached files.October 27, 2021 at 11:29 #31654support
KeymasterHi,
As you have pointed out before, you can disable the suggestion popups via Tools->C/C++ (VisualGDB)->advanced->Code Completion->Suggest names while typing.
You can also try setting Tools->Options->Text Editor->C/C++(VisualGDB)->Advanced->Code Completion->Smart Suggestion List GUI to VS2019+ Native that is somewhat slower than the VisualGDB-provided one, but will work better on high-DPI displays.
You can disable the Code Explorer (Outline and Globals views) by unchecking the “Show window on startup” setting as shown here.
-
AuthorPosts
- You must be logged in to reply to this topic.