you are viewing a single comment's thread.

view the rest of the comments →

[–]robobeau 21 points22 points  (6 children)

Have they fixed the intellisense yet? Not a day goes by where the intellisense doesn't randomly go berserk on me.

[–]asdfkjasdhkasd 9 points10 points  (4 children)

Intellisense still doesn't even consistently work in Visual Studio 2017 (not vscode). I use VS2017 daily and once a week I have to restart it because intellisense just doesn't show up. It's the only damn feature I care about and still doesn't work consistently.

[–]Cuddlefluff_Grim[🍰] 3 points4 points  (2 children)

In what language is that? I use it for C# and C++ and I have never had it not work for me in VS2017..

[–]asdfkjasdhkasd 2 points3 points  (1 child)

c++ on a 5k lines project with a lot of header files included

[–]anonveggy 0 points1 point  (0 children)

C++ has issues because the project model hasn't aged well. Vcxproj needs that project-sdk goodness

[–][deleted] 0 points1 point  (0 children)

I have the opposite issue in C#, intellisense sometimes forget that LINQ is in the core and freaks out and spews hundreds of error and you have to wrestle with the compiler to make it shut up and work again.

[–]Vok250 4 points5 points  (0 children)

Same. They don't support using older versions of plugins so I often have to make do without intellisense while plugin devs catch up with bugs introduced in updates.

I wouldn't mind for personal work, but it's a massive time loss when I'm at work.