drakgoku

Results 33 comments of drakgoku

With a stopwatch: ~17.97 sec when the error detector detects if it is correct or not. ~16.34 sec when intellisense works. The strange thing is that it only happens in...

Now the .cpp takes 15 seconds to detect it or a simple modification. I'm sending you the example project "has nothing" so you can see it and try it. So...

Visual studio disgusts me that you can't even create folders that you have to swap the solution view to create a folder on disk and then it doesn't appear since...

Sometimes it takes 2 or 3 seconds in .cpp I don't understand why. Here a video about the problem: https://i.imgur.com/qTjLCKS.mp4 I also provided: The cache and memory at 16384 MB,...

Thank you very much for the clarification. I read something like this here: https://devblogs.microsoft.com/cppblog/18x-faster-intellisense-for-unreal-engine-projects-in-visual-studio-2022/ https://stackoverflow.com/questions/65045405/visual-studio-code-c-intellisense-performance-problems https://forums.unrealengine.com/t/visual-studio-intellisense-slow-vs2019-ue4-25-1/468154 (Old) https://github.com/microsoft/vscode-cpptools/issues/5490 Then I'll see if I use VS or Rider. The problem with...

@bobbrow I'm back to VS again and I don't have many complaints except for the format that I have to customize a .clang-format (since there are many options in VS...

I'm really happy to be back in VS, because of some (a lot) of minor (very major) bugs. It is not necessary that you implement any idea, it is better...

For Unreal Engine projects. A possible idea: Optimize memory usage and header file processing by Intellisense like creating or modifying the caching or indexing technique, so that you don't have...

I am afraid to tell you that it does not seem to work or is not correct in this case, as I well show. According to my video https://imgur.com/qTjLCKS, I'm...

I tried every way the extension has including intelliSenseCacheSize. If I set intelliSenseCacheSize to 0 (it's answered in my third post) > "Now the .cpp takes 15 seconds to detect...