• Forum
  • Lounge
  • Announcing Template IntelliSense (Visual

 
Announcing Template IntelliSense (Visual Studio 2017)

closed account (E0p9LyTq)
https://blogs.msdn.microsoft.com/vcblog/2018/06/26/template-intellisense/

Interesting idea, I simply wonder how useful it will be since the developer has to manually add the information.
Oh, boy. Remember the days of typing such wonderful types as 'std::map<std::pair<int, int>, std::vector<std::string>::iterator>::iterator'?
closed account (E0p9LyTq)
This doesn't reduce the need to type all that again and again, it only makes Visual Studio's IntelliSense recognize such when working with templates.

The developer has to type sample template arguments for it to work.

Not very time/effort saving IMO.

Until this is actually out of preview and I have some time playing around with it I don't see fully the usefulness. Maybe it will be something better than sliced bread.
Last edited on
Well, that's my point. If your template happens to need to work with such types, you're SOL. Either type that whole thing in, or don't use the feature.
Last edited on
Topic archived. No new replies allowed.