Hyperloop
(Hyperloop)
July 22, 2014, 9:35pm
1
How big of a deal is it that Intellisense throws out errors when I compile? I can’t seem to even add an empty class to the project without it giving a bunch of errors. They have no bearing on my ability to compile and run the project… it it normal for it to throw a ton of errors?
I also notice that there’s very little ryme or reason to when the errors show up. Sometimes the same code generates 23 errors, sometimes 100. Sometimes none. It seems worse than useless.
Yes UE seem to keep Visual Studio spining.
Have a look Visual Studio 2013 Intellisense is REALLY slow - C++ - Epic Developer Community Forums
Got some great tips on bettering it.
Hyperloop
(Hyperloop)
July 23, 2014, 1:06am
3
So basically, it’s still parsing through all the files in the background so the errors are all out of date/based on incomplete data and the like?
How the heck am I supposed to debug? Is there another IDE that will work with UE4 on the windows platform?
Skynet
(Skynet)
July 23, 2014, 1:18am
4
There is QT Creator, which should have a faster “Intellisense”, but i can’t guarantee anything as i didn’t try it.
After over a year in maintenance mode, the official Unreal Engine Wiki is now permanently offline. These resources now live on a new community-run Unreal Engine Community Wiki — ue4community.wiki! You will be able to find content from the official...
Reading time: 1 mins 🕑
Likes: 8 ❤
You can Debug the project by selecting DebugGame Editor Build options.
Also if you don`t mind spending some party money.
Take a look at Download Visual Assist - Whole Tomato Software
Some of the errors will stile be there, but this is a new world with this extention.
Meltdown
(Meltdown)
July 24, 2014, 5:27am
6
Jetbrain’s has an early EAP build of Resharper that supports C++.
AS you may know Resharper is the top-selling Visual Studio plugin and used by developers world-wide.
I haven’t tried Resharper with C++ yet but it may be worth a try.
Rama
(Rama)
July 24, 2014, 10:59am
7
For anyone reading this 's a link that might help
Epic’s official setup guide for VS to work with intellisense