Sysprogs forums › Forums › VisualGDB › Intellisense Failure?
- This topic has 4 replies, 3 voices, and was last updated 7 years, 8 months ago by borbmizzet.
-
AuthorPosts
-
February 18, 2017 at 07:19 #10447EphemeralParticipant
As seen below while I’ve managed to get my example application running something seems to be going rather awry with the intellisense for some reason; any help on this?
February 18, 2017 at 07:45 #10448EphemeralParticipantTo add clang intellisense diagnostics console output…
[+0:10:06.462] C:\Development\UFCU\UFCU\LEDBlink.cpp belongs to a compatible project and will be handled by our engine
[+0:10:06.463] C:\Development\UFCU\UFCU\LEDBlink.cpp belongs to a compatible project and will be handled by our engine
[+0:10:06.464] C:\Development\UFCU\UFCU\LEDBlink.cpp belongs to a compatible project and will be handled by our engine
[+0:10:06.464] C:\Development\UFCU\UFCU\LEDBlink.cpp belongs to a compatible project and will be handled by our engine
[+0:10:06.469] Indentation size: 4, will insert tabs
[+0:10:06.487] Active document changed to C:\Development\UFCU\UFCU\LEDBlink.cpp
[+0:10:06.487] Checking c:\development\ufcu\ufcu\ledblink.cpp for missing headers..
[+0:10:06.487] No missing headers for c:\development\ufcu\ufcu\ledblink.cpp
[+0:10:06.488] Starting operation: Parse – Check
[+0:10:06.488] Starting operation: Reparsing C:\Development\UFCU\UFCU\LEDBlink.cpp
[+0:10:06.488] c:\development\ufcu\ufcu\ledblink.cpp has changed since last build. Doing full analysis..
[+0:10:06.492] No changed PSFs found, but c:\development\ufcu\ufcu\ledblink.cpp is outdated due to itself. Doing a quick PSF-based rebuild with 1 PSFs
[+0:10:06.492] Starting fpsParsingFileBody on c:\development\ufcu\ufcu\ledblink.cpp
[+0:10:06.497] Existing RDB for c:\development\ufcu\ufcu\ledblink.cpp matches the source file. No rebuild performed
[+0:10:06.497] Completed fpsParsingFileBody on c:\development\ufcu\ufcu\ledblink.cpp
[+0:10:06.497] Checking c:\development\ufcu\ufcu\ledblink.cpp for missing headers..
[+0:10:06.497] No missing headers for c:\development\ufcu\ufcu\ledblink.cpp
[+0:10:06.497] Starting operation: Exporting parse results
[+0:10:06.500] Operation completed: Exporting parse results [2 msec]
[+0:10:06.500] Checked C:\Development\UFCU\UFCU\LEDBlink.cpp: 0 error records
[+0:10:06.500] Operation completed: Reparsing C:\Development\UFCU\UFCU\LEDBlink.cpp [12 msec]
[+0:10:06.500] Operation completed: Parse – Check [12 msec]
[+0:10:06.517] Starting operation: Parse – HighlightBraces
[+0:10:06.517] Operation completed: Parse – HighlightBraces [0 msec]February 18, 2017 at 20:14 #10457supportKeymasterHi,
Looks like you are using Resharper that is not fully compatible with GCC-specific code. Please try disabling it for VisualGDB projects.
February 18, 2017 at 21:24 #10461EphemeralParticipantThought I had already killed that off, disabled resharper and the red is all gone; thanks.
March 2, 2017 at 17:54 #10557borbmizzetParticipantCheck this post for how to fix your problem while keeping Resharper++ enabled.
-
AuthorPosts
- You must be logged in to reply to this topic.