Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 Show 'intellisense' data for generic lambda params
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

FitzyDog
Senior Member

25 Posts

Posted - Jul 24 2015 :  04:10:37 AM  Show Profile  Reply with Quote
Here is an example:

struct ShowMe {
int a;
float b;
};
template<class T>
void apply_show(T op) {
op(ShowMe());
}
void TestShowMe() {
apply_show([](auto var) {
var. //<-intellisense isn't showing anything, but there is enough information here for it to know that var has memebers a & b;
});
}


The type being passed into the generic lambda is always the same here, so it should be possible to show information about that type. No suggestions or completion for generic lambda is very..

:(

:(

:(

Thanks!

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Aug 02 2015 :  3:42:42 PM  Show Profile  Reply with Quote
I was able to reproduce the problem here. Thank you for the clear description. I have put in a bug report for this:

case=91174
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000